原程序如下:
#include <iostream.h>
void main()
{
int a,b,c;
cin >> a >> b >> c;
c = a + b;
cout << c << endl;
}
debug如下:
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
The thread 0x764 has exited with code -1073741510 (0xC000013A).
The thread 0x768 has exited with code -1073741510 (0xC000013A).
The program 'C:\Documents and Settings\discory\example\Fig.2\&ETH;&Acirc;&frac12;¨&Icirc;&Auml;&frac14;&thorn;&frac14;&ETH;\Debug\Cpp2.exe' has exited with code -1073741510 (0xC000013A).我能做的如下:
  setup has installed an icon in the microsoft Visual c++ 6.0 tools program group,that will allow you to install a subset of the windows NT system symbols(.DBG) files from your visual determine the context of 
called functions.
  For easier appplication debugging,it is strongly recommended that you install these files.
  See the Visual C++ readme for more in information.
各位帮我啊,现在我不能用vc了,重装vc也没用。xx

解决方案 »

  1.   

    你用的是Windows XP或Win2k吧?
    (The program 'C:\Documents and Settings\discory\example\Fig.2\&ETH;&Acirc;&frac12;)但是为什么会请求一个Win9X的目录?
    (Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.)你找一个“ntdll.dll”的文件到vc的msdev.exe所在目录看一下。
      

  2.   

    建的工程不一定对啊。。编译c++用win32 application
      

  3.   

    我在2k+vc6.0也试了,正常啊~。
      

  4.   

    不好意思,刚才说错了,应该创建一个Win32 Console Application工程就一点问题就没有了.
    Win2000adserver+Vc6.0