摘要:
我们在前几节中学习了如何从DLL中导出函数以及变量,本节中我们学习如何从DLL中导出C++类, 分别演示DLL模块以及EXE模块所实现的代码: 一、DLL模块: Key Code #pragma once #ifdef DLLLIB_EXPORTS #define DLLAPI_declspec(dllexport) #else #define DLLAPI_d... 阅读全文
posted @ 2012-08-20 21:57
zTercel
阅读(260)
评论(0)
推荐(0)
浙公网安备 33010602011771号