Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where's my base class?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00196991
Message ID:
00196997
Views:
24
>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.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform