Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiler warning about missing procedure that is externa
Message
 
To
08/09/2000 08:14:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00413383
Message ID:
00415321
Views:
23
>Jeff,

>1) Make a dummy program called dbf2rtf.prg with something simple in it such as:
>RETURN .F.

>2) Compile your project and let the compiler add the dummy compiled code to >the project. Since the dbf2rtf function now exists, the error message will no >longer appear.

>3) Then run MODIFY PROJECT and drill your way down to the dbf2rtf code module. >Then right click and choose the EXCLUDE option.

>4) Then re-compile your project again, and this time your .exe will not have >any errors, however, the dummy dbf2rtf function is excluded from the .exe >program. At run time, your program will search for a dbf2rtf function and will >find it in the utils.exe program since you have the "SET PROCEDURE TO >utils.exe" command.

>David,


Thanks
Jeff
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform