Re: any tool can shrink DLL?

2008-09-23 Thread Miki
Hello, > So, is there such a tool that can scan a DLL then strip the unused > function's code out, so yields a small working DLL? I don't think a utility from the outside will know about unused code in a DLL? Usually the compiler is the one doing dead code elimination. The only thing that comes t

any tool can shrink DLL?

2008-09-22 Thread oyster
For many external lib, python( and www.freebasic.net) use only the DLL version, whcih is very big often if we want to release our program. So, is there such a tool that can scan a DLL then strip the unused function's code out, so yields a small working DLL? for example, in my program I use only 'c