Hi! Well, I guess with the VC IDE you'll have the easiest start of them all on Windows. For VC++ 6 simply open the wxWindows.dsp file located in the /src dir. This is the main project file that includes all needed workspaces. Go to "Build -> Set active configuration" and select the type of lib you want (debug,final,etc.). Compile -> you're done! :) Check wxwidgets.org for some usefull stuff like a project wizard or a tool that adds intelisense for wxwidgets.
With the never VC .NET IDE it is the same, except that it will import the dsp file first and convert it. I remember there where some mailings about that on the mailing list.
There also is a makefile for VC++. Check install.txt for more info.
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |