dddd Read More
posted @ 2016-07-03 02:25 findumars Views(177) Comments(0) Diggs(0)
ddd Read More
posted @ 2016-07-03 00:29 findumars Views(290) Comments(0) Diggs(0)
CreateFile The CreateFile function creates or opens the following objects and returns a handle that can be used to accessthe object: files pipes mails Read More
posted @ 2016-07-02 21:46 findumars Views(80294) Comments(0) Diggs(3)
VS2008 Release 修改配置: 1、项目——》属性——》C/ C++ ——》 常规 ——》调试信息格式——》用于“编辑并继续”的程序数据库(/ZI) 2、项目——》属性——》C/ C++ ——》 优化——》优化——》禁用(/Od) 3、项目——》属性——》C/ C++ ——》 优化——》优 Read More
posted @ 2016-07-02 21:44 findumars Views(502) Comments(0) Diggs(0)
第一种就直接导出函数名如下代码: #ifdef__cplusplus #define TEXPORT extern "c" _declspec(dllexport) #dlse #define TEXPORT _declspec(dllexport) TEXPORT BOOL FUN();//这就是 Read More
posted @ 2016-07-02 21:43 findumars Views(7544) Comments(0) Diggs(0)