Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stupid thing
Message
From
04/10/1996 21:52:16
 
 
To
04/10/1996 06:35:08
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00009249
Message ID:
00009453
Views:
40
>>I would say, but you never asked! :) Seriously, if you use "triks" like "DO (apppath + "\Screen1")", test your exe very carefully. Because Fox can't see (at compile time) what you're doing there.
>>
>>Vlad
>
>What do you mean by "very carefully"? What can happen?

VFP can't see (at compile/build time) what is between paranthesis. So, if you don't include your Screen1 in the project, Screen1 will not be in your app/exe file. No errors at compile/build time. Error at runtime. If you have a lot of tricks like that, it can be difficult to follow all of them.

The same for macrosubstitution.

So, be carefully to have all files in the project or to distribute all of them to the users as you have done before.

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform