Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set('classlib') into an .exe
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00457219
Message ID:
00457541
Views:
21
Ariel,

Another way could be:

IF version(2)=0 && Runtime Mode
SET CLASSLIB TO Classes.VCX
ELSE && Development Mode
SET CLASSLIB TO c:\developmentpath\Classes.VCX
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform