51Testing软件测试论坛
标题:
c++求助
[打印本页]
作者:
guanxiaoqin
时间:
2006-11-7 09:33
标题:
c++求助
我在Visual studio 2005 编译C++程序,下边输出栏中显示:
“game.exe”: 已加载“C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\VSMacros80\MyMacros\file\game\debug\game.exe”,已加载符号。
“game.exe”: 已加载“C:\WINDOWS\system32\ntdll.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\kernel32.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll”,已加载符号。
“game.exe”: 已加载“C:\WINDOWS\system32\msvcrt.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\EntAPI.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\advapi32.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\rpcrt4.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\user32.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\gdi32.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\psapi.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\netapi32.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\imm32.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\lpk.dll”,未加载任何符号。
“game.exe”: 已加载“C:\WINDOWS\system32\usp10.dll”,未加载任何符号。
“game.exe”: 已卸载“C:\WINDOWS\system32\EntAPI.dll”
“game.exe”: 已卸载“C:\WINDOWS\system32\netapi32.dll”
“game.exe”: 已卸载“C:\WINDOWS\system32\psapi.dll”
线程 '__tmainCRTStartup' (0x388) 已退出,返回值为 0 (0x0)。
程序“[1720] game.exe: 本机”已退出,返回值为 0 (0x0)。
在debug 中没有报出错误,请问这是什么原因,因该怎么解决
作者:
dyzhong
时间:
2007-5-11 00:06
标题:
want to know too
Same problem in my application. Don't know how to handle
作者:
anna_0176
时间:
2009-12-28 21:46
这是正常的, 那些"未加载任何符号"信息不会影响调试普通的应用程序.
那些符号对调试应用程序来说并不需要.
除非要调试Windows 驱动程序, 服务, 或者Windows 本身的时候才需要.
比如:
已加载“C:\WINDOWS\system32\msvcrt.dll”,未加载任何符号。
除非怀疑msvcrt.dll有问题, 需要调试msvcrt.dll时, 才需要加载msvcrt.dll的调试符号.
作者:
kuangquanshui
时间:
2010-1-4 18:20
C++ 没学过 帮你顶了
作者:
xavier_007
时间:
2010-4-15 13:33
不知道符号具体意思
不影响使用就可以了
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2