Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Project hook
Message
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Miscellaneous
Thread ID:
00522542
Message ID:
00523102
Views:
10
The problem is there are only 2 parameters you can pass from command line -- output file name and recompile. My guess is he wants to automate this process without opening the PM . Maybe he wants to do programmatically what the PM does visually. The only way you can do that is with the code I posted earlier.

>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.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform