Visual Studio 2008 C ++ stopping during Linking

佐手、 提交于 2019-12-24 11:40:09

问题


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.

What might be the problem?

Thanks


回答1:


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.



来源:https://stackoverflow.com/questions/3483580/visual-studio-2008-c-stopping-during-linking

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!