我在 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. |
+------------------------------------------------------------------------------+
我以前从来没有遇到过这种情况。如何解决此错误?