BPL 英文全称 Borland Package library ,是一种特殊的DLL文件,用于代码重用和减少可执行文件。编译bpl时,仅需要添加相应功能的pas文件,如果有窗体,则需要添加dfm文件。既然是DLL文件,那就是在运行时所需要的文件。BPL相当于C++中的DLL DCP 英文全称:de Read More
posted @ 2017-11-09 17:55 findumars Views(1025) Comments(0) Diggs(0)
1、 安装 运行wxMSW-2.8.3-Setup1.exe,将之安装到不带空格符号的目录中,本例为C:/wxWidgets-2.8.3; 2、 编译和配置 (1) 用VC6.0编译 进入C:/wxWidgets-2.8.3/build/msw,用VC打开wx.dsw工程文件。进入Build—〉Ba Read More
posted @ 2017-11-09 17:03 findumars Views(547) Comments(0) Diggs(0)
既然是静态编译,那就要编译出来的程序不信赖于任何dll文件。首先下载qt-win-opensource-4.7.4-mingw.exe: http://get.qt.nokia.com/qt/source/qt-win-opensource-4.7.4-mingw.exe 和MinGW-gcc440 Read More
posted @ 2017-11-09 01:12 findumars Views(924) Comments(0) Diggs(0)