Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where's my base class?
Message
De
12/03/1999 16:04:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Where's my base class?
Divers
Thread ID:
00196991
Message ID:
00196991
Vues:
73
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform