酒鬼z

我自将心向明月,独卧沙场醉圆缺

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

文章分类 -  IDE

摘要:出处http://blog.chinaunix.net/u/8681/showart_2052087.html缘由: 习惯于在自己写的Vim插件中写试验性的小代码片段, 可以一键编译+链接+运行+显示结果于Vim窗口中, 同时可使用VC, GCC编译器, 方便地用pc-lint检查代码. 但在笔记本上如何避免安装一个庞大的Visual Studio, 目的只是以命令行方式使用其VC编译器?搜索的结果表明, 一些人希望做自定制的build过程时, 也希望能达到这一效果, 微软员工的一个blog中(http://blogs.msdn.com/nikolad/archive/2005/02/09 / 阅读全文
posted @ 2013-12-04 14:28 酒鬼z 阅读(562) 评论(0) 推荐(0)

摘要:1.VC 10 (VS 2010) basic_string exports编辑问题http://connect.microsoft.com/VisualStudio/feedback/details/696593/vc-10-vs-2010-basic-string-exports2.LNK2019 error on 3rd party DLLs in VS2010 when porting from VS2008http://social.msdn.microsoft.com/Forums/en-US/ac03e00d-d26a-4d92-9b9f-91ed4b20cfbe/lnk2019 阅读全文
posted @ 2013-09-14 18:01 酒鬼z 阅读(147) 评论(0) 推荐(0)

摘要:1、error C2859 vc90.idb is not the idb file that was used when this precompiled header was created。解决方法:选中工程-->点击右键属性-->Configuration Properties-->C/C++-->Output Files-->Program Database File Name中的$(IntDir)/vc90.pdb改为$(IntDir)/(工程名).pdb即可。2、Failed to return new code element.解决方法:关闭工程, 阅读全文
posted @ 2013-05-18 20:34 酒鬼z 阅读(184) 评论(0) 推荐(0)