码迷,mamicode.com
首页 > 其他好文 > 详细

unresolved external symbol __DllMainCRTStartup@12

时间:2014-06-13 19:32:13      阅读:365      评论:0      收藏:0      [点我收藏+]

标签:style   class   http   tar   ext   com   

 

使用VC2010创建DLL文件,编译后提示错error LNK2001: unresolved external symbol __DllMainCRTStartup@12

 
解决的办法:


Linker->Input->Additional Dependencies:
Debug:加入 msvcrtd.lib
Release:加入 msvcrt.lib

unresolved external symbol __DllMainCRTStartup@12,布布扣,bubuko.com

unresolved external symbol __DllMainCRTStartup@12

标签:style   class   http   tar   ext   com   

原文地址:http://www.cnblogs.com/mssc/p/3784356.html

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