C++ win32 dll 引用外部CLR,加载托管程序集异常-Error 10 error LNK2019: unresolved external symbol _CLRCreateInstancet

异常:

Error 10 error LNK2019: unresolved external symbol _CLRCreateInstance@12 referenced in function "unsigned long __stdcall StartTheDotNetRuntime(void *)" (?StartTheDotNetRuntime@@YGKPAX@Z) E:C++VC项目NativeDllNativeDll.obj NativeDll

解决措施: native.dll  头文件引用下加上:#pragma comment(lib, "mscoree.lib")    即可!

不满足现状,用于挑战高峰!
原文地址:https://www.cnblogs.com/meyon/p/4032944.html