Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I create dll or fll for use external library
Message
De
15/04/2001 15:28:13
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00495632
Message ID:
00495663
Vues:
17
>>>>>>>>>>>>>>>>>
thanks for the answer I tried this method (clear debug info) isn't there any other way to make exe's to smaller eg.like in clipper .OVL or etc. or is it true or logical that use one app for exe file eg.simple prg for calling start.exe which contains do mainmenu.app code..
>>>>>>>>>>>>>>>>>

If you had a small program that called your main one you'd still had a main big one, wouldn't you?

AFAIK you cannot do overlays ala Clipper where only the fuinctions you want get pulled into memory or swapped with other ones.

If you want to reduce EXE size, besides not included the debug info as mentioned (then your error log won't include line numbers), you should also check you libraries for bloat (pack your VCX files) and for bloated hierarchies. It depends a lot in how you package your VCX as each project & compile will pull in code from other objects that are in your class libraries even though you might never use it.

Anyway, EXE of 8-10 Mb or even bigger are quite common.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform