Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where's my base class?
Message
From
12/03/1999 17:15:22
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00196991
Message ID:
00197029
Views:
50
>>I try to use relative paths, as in SET PATH TO ..\data,..\libs
>>
>>>>So if I copy LMClass to my development directory then SET CLASSLIB TO LMCLASS (without the path), do I also have to copy LMClass to the production directory to keep the live app from crashing?
>>>
>>>No, just use a SET PATH statement in your setup code.
>
>Thanks guys,
>
>Let me see if I've got this straight....
>
>in my setup code, I'll add the following:
>
>
>SET PATH TO ..\CLASSES
>SET CLASSLIB TO LMCLASS
>

>
>Then my development version will run fine because the class library file exists, and the production version will run fine because, even though the path does not exist, the class library is built-in to the .app file.
>
>???????
>am I close :)
>???????
>
>Thanks again

Sounds good to me. :-)
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform