我在XP Pro機器上運行Delphi 2010 Professional。我一直在做一個程序幾天。每次我在我的開發機器上運行該程序時,它都運行良好,所以我想。我在IDE中運行程序,運行良好。我從輸出目錄(在IDE之外)運行程序,它運行良好。任何時候我在我的機器上運行這個程序都沒有問題。如何解決Delphi 2010應用程序中未處理的win32異常?
因此,爲了模擬客戶體驗,我將.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. |
+------------------------------------------------------------------------------+
我以前從來沒有這種事發生在我身上。如何解決此錯誤?
如果這是在啓動時出現錯誤,它可能是一個依賴問題,你可能是最好關閉調試與依賴瀏覽器的配置文件模式。 – 2012-07-11 00:05:09