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