会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MSSC
博客园
首页
新随笔
联系
订阅
管理
2014年6月12日
unresolved external symbol __DllMainCRTStartup@12
摘要: 使用VC2010创建DLL文件,编译后提示错error LNK2001: unresolved external symbol __DllMainCRTStartup@12解决的办法:Linker->Input->Additional Dependencies:Debug:加入 msvcrtd.li...
阅读全文
posted @ 2014-06-12 17:33 MSSC
阅读(565)
评论(0)
推荐(0)
2014年5月5日
Python Cannot set the undefined 'color' attribute of a 'Light' object.解决方案
摘要: 1、安装的Python(x,y) 2.7.6 版本运行结果为黑色,显示错误TraitError: Cannot set the undefined 'color' attribute of a 'Light' object.解决方案:将文件 *:\Python27\Lib\site-packages...
阅读全文
posted @ 2014-05-05 19:47 MSSC
阅读(324)
评论(0)
推荐(0)
公告