摘要:
创建DLL创建Win32 Console Application工程TheClasses创建选项中选中DLL, Export Symbols所有要导出的类都必须 class __declspec(dllexport)YourClassName {};创建App创建Win32 Console Appl... 阅读全文
posted @ 2010-02-04 17:50 mrfangzheng 阅读(1016) 评论(0) 推荐(0)
|
|||
|
摘要:
创建DLL创建Win32 Console Application工程TheClasses创建选项中选中DLL, Export Symbols所有要导出的类都必须 class __declspec(dllexport)YourClassName {};创建App创建Win32 Console Appl... 阅读全文
posted @ 2010-02-04 17:50 mrfangzheng 阅读(1016) 评论(0) 推荐(0) |
|||