Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excluding Forms/Libraries
Message
From
19/06/2002 11:09:35
 
 
To
17/06/2002 10:46:07
Irv Adams
MSC Managed Care, Inc.
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00669222
Message ID:
00670140
Views:
20
Irv,

wow, I don't know the answer, but I'll try.

You know that when you use that SET CLASSLIB command in your Main.prg that sets up the app you should define the library locations with variables and always relative to the application on the hard drive. So, you exclude things like "F:\" that reference a drive. In this way the program should be able to find the class library in the exe. You reduce the class libraries loaded after you get rid of the forms that you don't want and rely upon those class libraries. You reduce the forms loaded by pulling them out of the project and by eliminating all reference to them in the code.

You can also use the 'Cleanup' function in the class browser to eliminate packed records in the class library file. You do the same for DBC's. This will reduce the exe size.

Wally
Previous
Reply
Map
View

Click here to load this message in the networking platform