Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Project hook
Message
 
 
To
25/06/2001 10:16:18
Sony Joseph
Dovenmuehle Mortgage Inc
Schaumburg, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Miscellaneous
Thread ID:
00522542
Message ID:
00523084
Views:
9
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform