Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Good reason to never use form methods
Message
From
12/09/2000 13:27:40
Walter Meester
HoogkarspelNetherlands
 
 
To
11/09/2000 22:37:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00415216
Message ID:
00415469
Views:
25
Erik,

>>I'm looking for feedback on this.
>>
>>If you ever look into a compiled, non encrypted, VFP EXE you will find all of the source code, INCLUDING ALL YOUR COMMENTS, from every method in every form (and I think, vcx) in the exe. It appears that the compiler just brings in the entire form, source and all.
>>
>
>You should be able to remove this with the project option "include debug info". Uncheck this by right clicking on the PM and selecting "properties".

Though this makes a difference when you don't matter if de debug info is included, it still does make significant difference when you'll move your classes to PRGs.

It has to do with the relative poor job that VFP does when compiling. The whole VCX file is uncluded with all the overhead. When you migrate to PRG you'll loose the overhead, even if the debuginfo is included.

Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform