急!编译的时候出现这个,大家看看是怎么回事?
最简单的C程序
#include <stdio.h>
main()
{ double a,b,area;
a=1.2;
b=3.6;
area=ab;
printf(a=%f,b=%f,area=%fn,a,b,area);
}
用的VS2010
编译的时候output里出现这个:
'x.exe': Loaded 'E:\Documents\Visual Studio 2010\Projects\x\Release\x.exe', Symbols loaded.
'x.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\msvcr100.dll', Symbols loaded.
'x.exe': Loaded 'C:\Windows\System32\apphelp.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\AppPatch\AcLayers.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\sspicli.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\shell32.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\shlwapi.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\userenv.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\profapi.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\winspool.drv', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\mpr.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\imm32.dll', Cannot find or open the PDB file
'x.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file
The program '[5928] x.exe: Native' has exited with code 0 (0x0).