Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding unknown references
Message
From
09/07/2000 21:20:35
 
 
To
09/07/2000 21:16:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00390009
Message ID:
00390076
Views:
12
>>OK, in your sub.EXE you might have to make your references to the main .EXE not show up in a similar fashion.
>>
>>If you're calling something with a DO whatever, change it to DO ('whatever'). If it's a function call, you can use macro substitution:
>>
>>myfunc = 'whatever'
>>lRetVal = &myfunc(param1,param2,etc)
>
>Yes, this is what I was trying avoid. We have hundreds of calls to them from various programs.

Well, you either have to change the code, either by adding the EXTERNALs and including the MAIN.EXE in the SUB.EXE project, marking it as EXCLUDED, or changing the code as I've described. Or you could just live with the errors, but that's not a very good choice. You might miss something important if you start ignoring errors.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform