
MinGW/wine
文章平均质量分 81
xiaotjx
这个作者很懒,什么都没留下…
展开
-
Linux下运行windows程序----------MinGW32
Hey everyone! Today I managed to finish figuring out how to set up the build options for cross compiling, debugging and running windows executables for projects built with codeblocks using linux... As转载 2012-08-02 16:49:18 · 2225 阅读 · 0 评论 -
linux---mingw
www.mingw.org MinGW cross compiling environment. Step 1: Download and Unpack #git clone -b stable https://github.com/mxe/mxe.git Step 2: System-wide Installation (optional)原创 2012-08-06 14:49:11 · 694 阅读 · 0 评论 -
MinGW .dll .lib 库的编译与实现
Mingw32 dll库到编译,导出导入 这里有 hello.def(符号表) hello.h hello.c(编译成库) main.c(主程序调用库) 符号表 hello.def LIBRARY libhello //要加载到dll名 DESCRIPTION "DLL is used by原创 2012-08-08 18:35:46 · 3957 阅读 · 0 评论