Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where's my base class?
Message
From
12/03/1999 16:45:43
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00196991
Message ID:
00197015
Views:
52
>>Help...
>>
>>I'm using a class library called LMClass. In my Main.prg I have the line...
>>
>>SET CLASSLIB TO ..\CLASSES\LMCLASS
>>

>>Then I start the app with...
>>
>>oApp = CREATEOBJECT( "MyBaseApp" )
>>oApp.DO()
>>

>>
>
>The best wayt to handle this is to NOT include the path in the SET CLASSLIB command. If you have included the class in the project manager, the explicit path is not needed. Then you do not have the runtime problem.

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?

Thanks for your prompt reply
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform