January 27th Wednesday 2010

  This is the second time to make a wxWidgets developing environment for Window.   It is not easy.  Before a year, I did it.  Today I do it again.

 

  Firstly, I new a VC project as rule.  And add include path and lib path.  After I wrote a test program, I can not compile it correctly.  I is told that the "wx/wx.h" can not be found.  God!

 

  After several fight ways, finally, I added a testing project into the sample workspace of the wxWidgets.  I configured the project according to other project existed in the sample.

 

  Finally, the "wxmsw28d_adv.lib" can not be found.  I have to add the lib path.  Compile it again!

 

  Oh, OK!  All right!  It is not easy.  The wxWidgets configure is strange, it customed its own output directly and used library.

你可能感兴趣的:(Path,include,output,2010,testing)