摘要:
1 // CPerson.cpp: 定义 DLL 应用程序的导出函数。 2 // 3 4 #include "stdafx.h" 5 #include "CPerson.h" 6 7 CPerson::CPerson(LPCTSTR pszName, SYSTEMTIME birth) 8 { 9 阅读全文
摘要:
此处需要特别注意的地方是Dll入口点不可以编译为MSIL,详细信息:https://msdn.microsoft.com/zh-cn/library/ccthbfk8(v=vs.100).aspx 阅读全文