Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUILD EXE not available from .EXE file
Message
From
02/08/2003 03:51:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816041
Message ID:
00816167
Views:
20
No, that's not solution for me, because I don't want VFP installed where is .EXE running. I must find the way to BUILD EXE from .EXE without VFP installed.

>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform