Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sub Program
Message
De
24/06/2002 09:35:34
Guy Pardoe
Pardoe Development Corporation
Peterborough, New Hampshire, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00671607
Message ID:
00671614
Vues:
15
Franco,

There are a couple of ways. From your main .EXE just call your submodules (and pass any parameters):

DO module1.EXE WITH var1,var2,etc

Or, you can create functions or entire classlibs in your submodules and just call them from your main .EXE. Here's one example

SET CLASSLIB TO myOtherClassLib IN module1.EXE

Check out the help file on SET CLASSLIB for more info on this.

Guy


>How can i create an exe file other from my main exe that will act as a submodule. That is ... I have the main project as a single exe an the other modules will be seperated from the main one..
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform