Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding to make EXE small as possible
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00437025
Message ID:
00437360
Views:
18
>>convert all of the code in the FPT's to PRG's. It should be possible to >automate this. Pjx build trigger, open all the Fpt's, extract source, >properties, etc. to Prgs, then compile.
>
>So you are saying that code in prg's actually is more compact than code in forms, classes, etc.? I'm not doubting you, I'm just asking because I had not heard that before.
>
>Bill

The SCX (and SCT), VCX (and VCT) are embedded in the executable - SCT and VCT block size must be a factor, as must the overhead of storing things in embedded tables. Run a large exe in NT4, and in the Task Manager, look at that handle count, only 2 threads, but a huge number of handles !! Actually with a large number of handles, one could argue that there must be some concurrency going on - this seems fairly tenuous.
censored.
Previous
Reply
Map
View

Click here to load this message in the networking platform