Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where's my base class?
Message
From
12/03/1999 16:04:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Where's my base class?
Miscellaneous
Thread ID:
00196991
Message ID:
00196991
Views:
66
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()


This works great in development, but, of course the production PC does not have a "Classes" directory, so I get the "File does not exist" error.

I distribute my apps to PC's with VFP installed, so I'm using .app files rather than exe's.

Do I need to copy my class library to the production PC even though it's "included" in the project?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform