Page 1 of 1

Only standard Debug and release build on VC2005 .NET

Posted: Sun Dec 31, 2006 6:09 pm
by xskater11x
I am trying to compile wxMSW with VC2005 .NET and I am having quite a bit of difficulty with most of the DLL, Unicode and Universal projects.

Core and Base alone are running upwards of 400 errors when i batch build the complete project, which is a rather large amount of errors to post here, so before I did I would like to know if anyone has any tips on compiling with VC2005 besides all that of the Wiki and most of google's results.

Posted: Sun Dec 31, 2006 9:39 pm
by tierra
It depends on what those errors are, and whether they are just warnings, but keep in mind that you likely only need 2 to 4 of those configurations built. If you don't know what Universal is, you don't need it, and if you plan to link statically to wxWidgets, you don't need any of the DLL configurations. The wxWiki just says to build all as instructions haven't been written up that explain the difference between them all.

Posted: Mon Jan 01, 2007 11:45 pm
by xskater11x
i downloaed 2.8.0 and it worked beautifully, thanks for your help though =)