用VC++编了个程序,debug的时候就出现如下错误:
runtime error!
program:c:\代码\debug\hr.exethis application has requested the runtime to terminate it in an unusual way. please contact the application's suppor team for more information.这个问题要怎么解决呢?是不是要重装VC呢?谢谢

解决方案 »

  1.   

    http://support.microsoft.com/kb/884538
      

  2.   

    感觉更像你程序的bug,在IDE里调试结果如何?
      

  3.   

    to arong1234:
    程序调试没有错误呀 只是有一个warning
    c:\代码\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned但是在程序运行后,弹出对话框,然后点击某个菜单项后,就弹出以上的错误了以上给出的还是没有解决问题
      

  4.   

    Debug下打开call stack窗口,看看运行到哪个函数抛出的异常吧
      

  5.   

    谢谢各位朋友的回答
    to VisualElevenDebug下打开call stack窗口,看看运行到哪个函数抛出的异常吧
    -------------------------------------------------------------
    call stack窗口具体怎么打开呢?找了大半天还是没有找到~~~