2014年2月7日
摘要: 在VC6中创建DLL有三种方式:1.Regular Dll with MFC statically Linked2.Regular Dll using share MFC Dll3.MFC Extention Dll(using share MFC)对于规则的(Regular)DLL调用一般在定义函数时声明 extern "C" _declspec(dllexport)。在导出函数时如果是隐式(implicitly load (and link))调用,需要加载Lib库,#pragma comment( lib, "dllname" ),并且声明 ext 阅读全文
posted @ 2014-02-07 17:32 carekee 阅读(675) 评论(0) 推荐(0)