Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resolving project unknown references
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00037784
Message ID:
00037855
Views:
43
> >In one of my application, I have a main EXE which is calling other sub > EXEs. Some main functions are part of the main EXE but we use them in the > sub EXEs. When we compile those EXEs, we have unknown references, which is > normal because the project manager can't see those functions because they > are in the main EXE. > > > >What would be an easy way to avoid that? > > check help on EXTERNAL... works for external procedures, classes, forms > etc. as well as arrays Another way would be to have the dummy functions stored in a .PRG that is external to the application, or is loaded at build time but not run time. This way you won't have to specify EXTERNAL for each method or procedure that it is called from. /Paul
Paul Russell
EMail: prussell@fox.nstn.ca
Phone: (902) 499-5043
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform