How could I figure out which *.dll and *.a files do I really need.
The size of release project.exe file is nearly 13MB and for execute it I collect nearly 450MB dll files.
I need to eliminate some of them.![]()
How could I figure out which *.dll and *.a files do I really need.
The size of release project.exe file is nearly 13MB and for execute it I collect nearly 450MB dll files.
I need to eliminate some of them.![]()
May Dependency Walker can help you.
Yes, depency walker is great for that. Does someone know how to do it for the other two platforms?
Linux = nm -Cu or something like that? But then I only get the undefined symbols...
Mac probably the same as Linux?
This is more than the DotNet collectionWhat the hell are you doing?
![]()
auba (20th May 2009)
Bookmarks