Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protected class
Message
From
02/02/2000 09:11:15
 
 
To
02/02/2000 03:07:56
Marco Beuk
Innovero Software Solutions
The Hague, Netherlands
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00325471
Message ID:
00326106
Views:
33
>I did but it doesn't work.
>Thanks anyway.

The approach I've seen is to put all the classlibs and PRGs into a separate app. Then create a main program for that app like:

* AuxAppMain.PRG
SET CLASSLIB TO myClasses IN AuxApp.APP ADDITIVE
* ...
SET PROCEDURE TO myPrgs ADDITIVE
* ...

The build the APP, and in the main program of your working app, include DO AuxApp.APP.

Is that what you tried?

-- Randy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform