开发者

Visual Studio 2008 C ++ stopping during Linking

I have written some image processing program using OpenCV 2.1 I received a error during linking, re开发者_运维百科lated 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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜