小弟最近学习使用TeeChart8控件,使用VS2010建立最简单的对话框程序,将TeeChart控件拖拉拽放入对话框中。编译32位程序,程序正常运行,显示曲线,但是编译64位程序却出现了问题,对话框始终无法正常启动。去掉TeeChart控件,在编译一切正常,添加上就启动不起来,在输出显示框内显示:
已加载“C:\Windows\System32\kernel32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\KernelBase.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\mfc100u.dll”,已加载符号。
已加载“C:\Windows\System32\msvcr100.dll”,已加载符号。
已加载“C:\Windows\System32\user32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\gdi32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\lpk.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\usp10.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\msvcrt.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\shlwapi.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\msimg32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\imm32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\msctf.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\uxtheme.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\dwmapi.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\mfc100chs.dll”,未使用调试信息生成二进制文件。
已加载“C:\Windows\System32\advapi32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\sechost.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\rpcrt4.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\ole32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\cryptbase.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\oleaut32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\shell32.dll”,Cannot find or open the PDB file
已加载“C:\Windows\System32\clbcatq.dll”,Cannot find or open the PDB file不知道这怎么回事,该如何处理,网上说勾上“Microsoft Symbol Servers”、添加环境变量,没有效果。