Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing .FXP file without a project?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01392936
Message ID:
01392947
Vues:
68
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform