Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building an EXE program
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00384896
Message ID:
00384928
Views:
28
>>I have a simple function, how can I make it to be a EXE program.
>>
>>Thanks !
>>
>>Dennis
>
>1. CREATE PROJECT FIRST
>1.1. Visually: Click on File > New > Project so on
>1.2. Manually: At the command window: BUILD PROJECT RECOMPILE FROM
>
>2. BUILD THE EXE
>1.1. Visually:
>1.1.1. Activate the created project (MODIFY PROJECT )
>1.1.2. Click on the Build Button in the Project Manager and so on
>1.2. Manually: BUILD EXE FROM RECOMPILE
>
>BTW, RECOMPILE feature is just an optional feature but during your initial build, you should include it.

Don't forget (in between 1 and 2), include the PRG in the project in the code section. If your PRG calls a modeless form, put a Read Events after the form call.
Nigel B Coates
NBC Software Services
Dublin, Ireland.
eMail: Nigel.Coates@NBCSoftware.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform