Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUILD EXE not available from .EXE file
Message
 
 
To
01/08/2003 17:00:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816041
Message ID:
00816110
Views:
20
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform