Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing .FXP file without a project?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01392936
Message ID:
01392952
Views:
58
>>You can buid EXE on the fly
>>
>>lcMainPrg = "..."
>>lcProjName = "temp"
>>lcExeName = "myfixexe"
>>
>>BUILD PROJECT (lcProjName) FROM (lcMainPrg)
>>
>>BUILD EXE (lcExeName) FROM (lcProjName)
>>
>>ERASE (lcProjName + ".PJ?)
>>
>>
>
>Let me clarify. The above code would have to executed in a VFP command window, right?

Yes or as a PRG
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform