How to build wxWidgets monolithic and with proj wx_dll.dsw

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
acinfo64
In need of some credit
In need of some credit
Posts: 7
Joined: Thu Nov 29, 2007 3:19 pm

How to build wxWidgets monolithic and with proj wx_dll.dsw

Post by acinfo64 »

Dear All,

How can I compile wxWidgets itself with a monolithic build and using wx_dll.dsw. I don't want to use the nmake way so I can make different project settings.

I have tried to add WXMONOLITHIC and wxUSE_MONOLITHIC to the preprocessor definitions but that doesn't work.
computerquip
Experienced Solver
Experienced Solver
Posts: 72
Joined: Fri Feb 20, 2009 7:13 pm
Location: $(#wx)\src

Post by computerquip »

Haven't found much on this either. There is a small tutorial for 2.4 wxWidgets but it's srsly outdated. Plus it doesn't mention anything with Monolithic builds. I personally haven't even dealt with it by using a pre-setup configuration made by Code::Blocks. Might help a little:
http://www.wxwidgets.org/docs/technote/vc_ide.htm
computerquip
Experienced Solver
Experienced Solver
Posts: 72
Joined: Fri Feb 20, 2009 7:13 pm
Location: $(#wx)\src

Post by computerquip »

Haven't found much on this either. There is a small tutorial for 2.4 wxWidgets but it's srsly outdated. Plus it doesn't mention anything with Monolithic builds. I personally haven't even dealt with it by using a pre-setup configuration made by Code::Blocks. Might help a little:
http://www.wxwidgets.org/docs/technote/vc_ide.htm
Post Reply