在链接过程中停止Visual Studio 2008 C ++ [英] Visual Studio 2008 C ++ stopping during Linking

查看:85
本文介绍了在链接过程中停止Visual Studio 2008 C ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用OpenCV 2.1编写了一些图像处理程序 链接期间出现错误,与"projectname.ilk"文件有关.(消息说VS尝试非增量链接).因此,我尝试重新构建该项目.最初的消息消失了,但是现在VS从未完成链接". 它会显示"1> Linking ...",并保持这种状态.

I have written some image processing program using OpenCV 2.1 I received a error during linking, related to "projectname.ilk" file.(message said VS is trying a non-incremental linking). So I triied rebuilding the project. The initial message went away, but now VS never completes "Linking". It prints "1>Linking..." and stays that way.

可能是什么问题?

谢谢

推荐答案

如果全新构建无法解决,请尝试消除链接上的/LTCG并使用c ++进行整个程序优化.这方面存在一些缺陷.

If clean build fails to remedy, try eliminating /LTCG on the link and whole program optimization in c++. There have been some defects in this area.

这篇关于在链接过程中停止Visual Studio 2008 C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆