I'm running Delphi 2010 Professional on an XP Pro machine. I've been working on a program for several days. Each time I run the program on my development machine it runs fine or so I thought. I run the program from within the IDE and it runs fine. I run the program from the output directory (outside the IDE) and it runs fine. I've had no issues anytime I run this program on my machine.
So, to simulate the customer experience, I copied the .exe file onto a memory stick and then copied it to a completely different machine. When I ran the program on that different machine I get an unhandled win32 exception.
Here is the error dialog:
+------------------------------------------------------------------------------+
| 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. |
+------------------------------------------------------------------------------+
I've never had this happen to me before. How do I troubleshoot this error?