在Visual C ++ 2008 Express中调试期间的问题 [英] Problem during debugging in visual C++ 2008 express

查看:69
本文介绍了在Visual C ++ 2008 Express中调试期间的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当我尝试在Visual C ++ 2008 Express Edition中调试VC ++ 6.0项目时(该项目)包括导出的dll文件,它就会显示以下错误:

找不到或不匹配"regsvr32.exe"的调试信息.未加载符号."

显然问题是调试器无法找到或使用调试过程中所需的某些可执行文件.默认情况下,它使用regsvr32.exe,但是尝试将其更改为其他任何内容也会产生错误.我应该做些什么,因为我比较业余地使用VC ++?

Whenever I try to debug a VC++ 6.0 project in Visual C++ 2008 express edition which (the project) includes exported dll files it displays the following error:

"Debugging information for ''regsvr32.exe'' cannot be found or does not match. Symbols not loaded."

Obviously the problem has got to be the debugger not being able to find or use some executable file required during the debugging process. By default it uses the regsvr32.exe but trying to change it to anything else gives an error too. What am I supposed to do as I am comparatively amateur at using VC++?

推荐答案

好吧,Regsvr32.exe是您用来注册COM服务器的Windows工具. .乍一想,听起来您可能正在注册COM dll,并试图单步执行该特定阶段.

在进一步阅读中,这不是问题-只需忽略它并继续.该操作系统通常不会随调试信息一起发布-因此您找不到它.

参见:
http://answers.yahoo.com/question/index?qid=20090917052206AAVRsKE [ ^ ]
http://stackoverflow.com/questions/2322876/debugging-information-cannot-be-found-or-does-not-match-visual-studios [ http://social.msdn.microsoft.com/Forums/是/Vsexpressvc/thread/3c77062f-9431-4f06-98db-24f7dd22ac28 [
Well, Regsvr32.exe is the windows tool that you use to register a COM server with. On first thoughts, it sounds like you may be registering a COM dll and are trying to single-step through that particular phase.

On further reading, it''s not a problem - just ignore it and continue. The OS isn''t generally released with debugging info - hence you can''t find it.

See:
http://answers.yahoo.com/question/index?qid=20090917052206AAVRsKE[^]
http://stackoverflow.com/questions/2322876/debugging-information-cannot-be-found-or-does-not-match-visual-studios[^]
http://social.msdn.microsoft.com/Forums/is/Vsexpressvc/thread/3c77062f-9431-4f06-98db-24f7dd22ac28[^]


这篇关于在Visual C ++ 2008 Express中调试期间的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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