Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00598172
Message ID:
00598331
Views:
16
>>Hi All:
>> How can I create an .Exe for only one prg that perform a certain task?
>>Thanks
>
>Create a project, include your program into it and build exe.
**********
You can do it this way in a prg: (this works back to fpd26)
Example your file is named: utility.prg - you will end up with utility.exe

BUILD PROJECT utility FROM utility /NODEBUG /ENCRYPT
BUILD EXE utility FROM utility
Dr. Ken A. McGinnis
Healthcare software design
Previous
Reply
Map
View

Click here to load this message in the networking platform