Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Project hook
Message
 
 
À
25/06/2001 10:16:18
Sony Joseph
Dovenmuehle Mortgage Inc
Schaumburg, Illinois, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Divers
Thread ID:
00522542
Message ID:
00523084
Vues:
10
>Thanks for your response.
>
>However, what I like to know is how I can pass the parameters to the beforeBuild method. Can can I specify the cOutputName?
>Can I do this while building an exe from within the project?
>
>LPARAMETERS cOutputName, nBuildAction, lRebuildAll, lShowErrors, lBuildNewGuids
>
>TIA

PMFJI, but they are passed in automatically when you build a project from the command line of from the Project Manager.

Scenario 1
You have the project open in the manager and you click the Build button. The options you select on the next screen are used for nBuildAction, lRebuildAll, lShowErrors and lBuildNewGuids. The next dialog asks you what you want to name the output (SaveAs dialog) and that is used for cOutputName.

Scenario 2
You build the project from the command prompt. The cOutputName property is the name of the file you specify in the command.

build DLL MyDll from myproject

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform