From: Bryan P. <br...@ib...> - 2011-02-16 10:33:14
|
On Wed, Feb 16, 2011 at 2:50 AM, Paul Breen <gre...@ya...> wrote: > I'm guessing that I did something wrong during wxWidgets installation. Ah, I see. I'm guessing you installed from the wxWidgets exe installer, and must have assumed that it installed some pre-built libraries. In fact, it doesn't. wxWidgets doesn't distribute any official pre-built binaries. You still have to open the wxWidgets project in the build/msw directory, and build the configuration you need. Don't bother trying that with VS2010 with wxWidgets 2.8 though if that's what you're using. VS2010 is only supported with current SVN trunk (2.9.2+, not 2.9.1 though). It's possible to get 2.8 working with VS2010, but there's a bit of work needed, and you really need to know what you're doing. Regards, Bryan Petty |