VC ++ 6.0链接很冷 [英] VC++ 6.0 linking is freezing

查看:79
本文介绍了VC ++ 6.0链接很冷的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用VC ++ 6.0,因为我正在研究的项目需要它。硬件设计使用旧的驱动程序和库,因此VC ++ 6.0就是解决方案。

I am using  VC ++ 6.0 because the project that I working on requiters it. The hardware is designed to use old drivers and libraries so VC ++ 6.0 is the solution.


我必须从.dsw运行Build解决方案,我正在做自动从批处理文件命令,进行夜间构建。

I have to run Build solution from .dsw, I am doing automatically from a Batch file command, making Nightly Build.


我会添加一些图片,我相信它会告诉超过1000个单词:) 

I will add some pictures, I am sure that will tell more than 1000 words :) 


从我正在阅读的内容来看,它需要在"链接"选项卡下的"项目设置"中配置查找库的正确方法。因为VC 6.0没有找到库保持冻结。在项目选项中,我定义了这个库:

From what I was reading, it needs to configure in Project Setting under Link tab the correct way to look for libraries. Because VC 6.0 do not find libraries stay freezing. In Project Options I have this libraries defined:

kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib / nologo / subsystem :console / incremental:yes /pdb:"Debug/ppc003.pdb" / debug / machine:I386 /out:"Debug/ppc003.exe" / pdbtype:sept

kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/ppc003.pdb" /debug /machine:I386 /out:"Debug/ppc003.exe" /pdbtype:sept

你可以 请告诉我我需要更改哪些以解决此链接问题?










推荐答案

嗨Marius_Go,

Hi Marius_Go,

感谢您在这里发帖。

>>你能   请告诉我需要更改的内容以解决此链接问题

根据您的说法描述,你包含的库是默认设置与所以我建议你按照下面的步骤,看看我们是否可以摆脱卡住。

According to your description, the libs you include are the default setting with vs. So I suggest you follow these steps below to see if we could get rid of the stuck.

1.检查你是否真的有计算机中的这些库。

1. Check if you actually have these libs in your computer.

2.将包含这些库的其他库路径添加到项目设置中。

2. Add additional library path which contain these libs into the project setting.

3.禁用增量链接。

希望这可以帮助你。

顺便说一句,vc6.0太旧了我们现在不支持它了到MSDN政策。您可以访问这个
链接以获得更多帮助。

By the way, the vc6.0 is too old and we don't support for it now according to the MSDN policy. You could go to this link for more help.

您的理解与合作将不胜感激。

Your understanding and cooperation will be grateful.

最诚挚的问候,

Sera Yu


这篇关于VC ++ 6.0链接很冷的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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