我在XP Pro机器上运行Delphi 2010 Professional。我已经在一个项目上工作了好几天。每次我在我的开发机器上运行程序它都运行正常或者我想。我从IDE中运行该程序,它运行正常。我从输出目录(IDE外部)运行程序,它运行正常。我在我的机器上运行这个程序时没有任何问题。
因此,为了模拟客户体验,我将.exe文件复制到记忆棒上,然后将其复制到完全不同的机器上。当我在不同的机器上运行程序时,我得到一个未处理的win32异常。
这是错误对话框:
+------------------------------------------------------------------------------+
| Visual Studio Just-In-Time Debugger |
+------------------------------------------------------------------------------+
| An unhandled win32 exception occured in ZilchStd.exe [984]. Just-In-Time |
| debugging this exception failed with the following error: No installed |
| debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time |
| debugging can be enabled from the Tools/Options/Debugging/Just-In-Time. |
| |
| Check the documention index for "just-in-tim debugging, errors' from more |
| information. |
+------------------------------------------------------------------------------+
我以前从未遇到过这种情况。如何解决此错误?