windows下,注意文件格式设为UTF-8。Code::Blocks 10.05设置: Setting -> EditorMain.cpp:#include "wx/wx.h"//Declare the application classclass MyApp:public wxApp{public: //Called on application startup virtual bool OnInit();};// Declare our main frameclassclass MyFrame:public wxFrame{public: // Construc Read More
posted @ 2011-10-05 00:26 庚武 Views(1102) Comments(0) Diggs(0)