Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUILD EXE not available from .EXE file
Message
 
 
À
01/08/2003 17:00:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00816041
Message ID:
00816110
Vues:
21
>BUILD EXE command doesn't work when is in compiled .EXE program. From .PRG and .APP files work ok, but when I try it from .EXE it says that Feature is not available.
>
>Any solution anyone?

Boban,

The BUILD EXE command isn't supported in EXE. You've to have VFP development installed in order to build EXE. You can VFP as automation server.
oVFP = CREATEOBJECT("VisualFoxpro.Application")
oVFP.DoCmd("BUILD EXE X:\MyMainDevDir\MyApplication\MyEXE.exe " + ;
  "FROM X:\MyMainDevDir\MyApplication\MyProject")
oVFP = Null
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform