Message
 
 
To
26/09/2006 15:25:54
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01157331
Message ID:
01157335
Views:
25
>Hello,
>
>My Cursor Adapter class library (VCX) size is about 2MB , and there are 6 developers at a time. Every time one of us builds the EXE, the class library is recompiled but it increases its size about 1-2 MB every time until I can use the .vcx file exclusive and perform the PACK.
>
>Is there any way to avoid this situation? Because the EXE file also increaes its size.
>
>
>Thanks.
>
>Juan C.

I save all my CA classes in code...

I think you may want to pack your classes and forms, e.g.
use myClass.vcx excl
pack
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View