摘要: 1 // CPerson.cpp: 定义 DLL 应用程序的导出函数。 2 // 3 4 #include "stdafx.h" 5 #include "CPerson.h" 6 7 CPerson::CPerson(LPCTSTR pszName, SYSTEMTIME birth) 8 { 9 阅读全文
posted @ 2018-04-03 19:37 非法关键字 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 此处需要特别注意的地方是Dll入口点不可以编译为MSIL,详细信息:https://msdn.microsoft.com/zh-cn/library/ccthbfk8(v=vs.100).aspx 阅读全文
posted @ 2018-04-03 13:11 非法关键字 阅读(901) 评论(0) 推荐(0) 编辑