Only standard Debug and release build on VC2005 .NET Topic is solved

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
xskater11x
Earned a small fee
Earned a small fee
Posts: 22
Joined: Sat May 20, 2006 2:45 am

Only standard Debug and release build on VC2005 .NET

Post 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.
User avatar
tierra
Site Admin
Site Admin
Posts: 1355
Joined: Sun Aug 29, 2004 7:14 pm
Location: Salt Lake City, Utah, USA
Contact:

Post 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.
xskater11x
Earned a small fee
Earned a small fee
Posts: 22
Joined: Sat May 20, 2006 2:45 am

Post by xskater11x »

i downloaed 2.8.0 and it worked beautifully, thanks for your help though =)
Post Reply