wxWidgets: How to setup in VS2008?


I just downloaded the installer of wxWidgets, wxMSW-2.8.10-Setup.exe, install it then tried to compile the sample projects but there's always files missing. Why?
When I tried to rebuild the wxWidgets project guess what? The missing files come to life! Now, I tried to compile again the sample projects it's now okay! Whew! =)
In case you might wonder where is the wxWidgets project file it's ..\wxWidgets-2.8.10\build\msw\wx.dsw
That's it!

Comments

  1. Most open source project really needs to be rebuild under windows environment. However, you're blog will be a great help to those who are newbies. Nice work!

    ReplyDelete

Post a Comment

Popular posts from this blog

Creating tray application and popup context menu in Windows

How to statically link applications to wxWidgets via Visual Studio 2008 and in Linux

How to put an image to wxPanel using wxWidgets