Search found 2 matches

by kbutcher5
Thu Jan 07, 2010 10:02 am
Forum: Compiler / Linking / IDE Related
Topic: Using wxWidgets as DLL vs Monolithis library
Replies: 3
Views: 2626

Re: Using wxWidgets as DLL vs Monolithis library

Just a quick question... I have been using Code::Blocks to develope wxWidgets apps for a while now with no problems. I have always used wxWidgets as a monolithic library but now I am looking into using it as DLL's to cut down on program size. I keep getting linker errors and I am not sure what I ne...
by kbutcher5
Thu Jan 07, 2010 9:28 am
Forum: Compiler / Linking / IDE Related
Topic: Compiling error without error?
Replies: 0
Views: 468

Compiling error without error?

When I compile the wxwidgets sourcecode initially with mingw32-make, everything goes over smoothly, except that it only takes a minute or so, and it only makes 2-3 .o files in the /lib directory. So my question is what I am doing wrong, since it is obviously working, it's just not working as it is s...