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:
01392947
Views:
67
This message has been marked as a message which has helped to the initial question of the thread.
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?)
>Thank you. Good idea. But in this case, just to be sure that my program will work I just created a "dedicated" project for my little .PRG. It is critical that this particular program/fix works without a glitch..
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform