Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP7 to have visual session class?
Message
From
24/11/2000 12:54:35
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00445047
Message ID:
00445242
Views:
19
Larry,

>>Classes in a visual class library take about two or more times as much memory than classes defined in a PRG.

>I'm not sure I agree with this. Three of the six most light weight VFP classes are visually editable (CommandGroup, OptionGroup and Line). In fact, from my tests, a Custom class created in the Class Desiger visually is lighter weight than the same thing defined in PRG code.

I'm talking about the amount of memory it takes when building an executable. Fact is that the whole VCX table (including VCT) is included in the executable. You can reduce the amount of memory to uncheck the 'include debug info' in the project manager, but this will lose the capability to trace the linenumber of the program in wich the error occured. I've compared the size of a classlibrary with the size of a compile PRG with the same classes. In my cases the difference was a factor 3 (The PRG was smaller).

It makes me think, ... how do you define lightweight ??

Walter,
Previous
Reply
Map
View

Click here to load this message in the networking platform