Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating EXE.
Message
From
03/12/1999 00:06:12
 
 
To
02/12/1999 23:42:53
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00298306
Message ID:
00298309
Views:
26
>Dear all,
>
>I've created an EXE file for my application, I included all Forms, Menus, PRG files and classes in the EXE files. Now size of the EXE file is going to 5MB. Which is huge. How can I reduce the Size.
>


Make sure you pack all of your classlibs before compiling, they can get pretty bloated.

Additionally, you can cut your exe size roughly in half by choosing not to include debug info in the exe (right click project manager, debug info), but this prevents your error handler from acquiring details about any errors it might catch.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform