vs2005未加载任何符号
各位专家们:
小弟用的VS2005时输入了一段简单的代码
#include "stdafx.h"
#include<iostream>
using namespace std;
int main()
{cout<<"hello";
return 0;
}
出现了下面的错误:
1.exe”: 已加载“D:\My Documents\Visual Studio 2005\Projects\1\debug\1.exe”,已加载符号。
“1.exe”: 已加载“C:\WINDOWS\system32\ntdll.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\kernel32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll”,已加载符号。
“1.exe”: 已加载“C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll”,已加载符号。
“1.exe”: 已加载“C:\WINDOWS\system32\msvcrt.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\shimeng.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\AppPatch\AcLayers.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\user32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\gdi32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\advapi32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\rpcrt4.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\shell32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\shlwapi.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\ole32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\userenv.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\winspool.drv”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\AppPatch\AcGenral.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\winmm.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\oleaut32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\msacm32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\version.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\uxtheme.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\imm32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\lpk.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\usp10.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\comctl32.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\serwvdrv.dll”,未加载任何符号。
“1.exe”: 已加载“C:\WINDOWS\system32\umdmxfrm.dll”,未加载任何符号。
程序“[3912] 1.exe: 本机”已退出,返回值为 0 (0x0)。
问下是什么原因,还有解决方法。谢谢了哦