Hi! Problem is that the app includes wx.rc, a windosw resource file that should include some icons in the app. But there's a problem with the paths. One solution is to copy the icons to a folder like PROJECTDIRwxmsw. It should compile then. Another option could be to edit wx.rc and use <icon> instead of "icon". You can also try and set the include path to WXDIRincludewxmsw. Except for some of the samples I never had problems with that. I don't include that rc file and it doesn't seem to give problems. I guess this could be some left over from older versions. To be cross platform one shouldn't use things like rc files, which are only available on one platform.
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |