c++ - Absolutely deathly wxWidgets Pain -


i've never used wxwidgets before, , i'd love try out, i've run million problems getting started.

i using wxwidgets 2.9.1 on visual studio 2010. i've gone through batch build build every project in every configuration.

i've added includes , lib references project.

when try compile simple "hello, world!" program, error:

error   1   error c1083: cannot open include file: '../../../lib/vc_lib/msw/wx/setup.h': no such file or directory 

i checked lib/vc_lib folder, , indeed, there no "msw" folder found. there "mswu", "mswud", "mswunivu" , "mswunivd".

anyone know what's going on? :/

first off, might reconsider wx. used it, invested lot of time , code products based on it, , turned out not hot.

the problem you're having due not having unicode flags turned on having unicode version. apparently anyway. go properties , change character set unicode. it's on general properties page.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -