Discussion:
What is a Just-In-Time debugger error?
(too old to reply)
Alan
2007-10-02 02:10:15 UTC
Permalink
I've got a Delphi 4 application that I'm trying to convert to Delphi 2007. I compile it in Delphi 2007 and then try to run it. I get the following message:

An unhandled win32 exception occured in MaximPrj.exe [3036]. 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 Tools/Options/Debugging/Just-In-Time.

Check the documentation index for 'Just-In-Time debugging, errors' for more information.

I don't know what this means....

Thanks for any help, Alan
Nick Hodges (CodeGear)
2007-10-02 17:07:08 UTC
Permalink
Post by Alan
I don't know what this means....
I don't either -- have you tried to convert your Delphi 4 application
to a VCL.NET application?
--
Nick Hodges
Delphi Product Manager - CodeGear
http://blogs.codegear.com/nickhodges
Liz
2007-10-03 19:58:20 UTC
Permalink
Post by Alan
I don't know what this means....
try running drwtsn32.exe -i to wake the dr watson on your pc.
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings
Loading...