码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2014-10-18 13:57:49      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   文件   art   on   cti   ef   bs   

异常:

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

 

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

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

标签:io   ar   sp   文件   art   on   cti   ef   bs   

原文地址:http://www.cnblogs.com/meyon/p/4032944.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!