wxformbuilder+WxWidgets下载编译使用

首先下载WxWidgets

http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.11.zip

然后解压,打开里面一个INSTALL-MSW.txt, 里面告诉我们用vc打开wxWidgets-2.8.11\build\msw\wx.dsw 这个文件编译即可

然后下载 wxformbuilder,选择windows installer (http://prdownloads.sourceforge.net/wxformbuilder/wxFormBuilder_v3.0.57.exe?download)

然后安装,如果想自己编译wxformbuilder的话要注意选择上source  (这是参考http://wiki.wxformbuilder.org/Main/BuildingFromSourceOnWindowsWithVS2005里面用vc编译的说明),

安装完后会有个wxFormBuilder\source\create_build_files.bat文件,在里面加上一行 Premake-win32 --target vs2005 --unicode --with-wx-shared告诉生成vc2005的项目文件

原文地址:https://www.cnblogs.com/cutepig/p/1758043.html