We use TWebBrowser in our application.
on some of my customers computers (IE9/Win7) after my app terminates, it throws an Exception: "Access violation at address XXXX in module 'mshtml.dll'. Read of address XXXX" with endless loop of exception messages... very ugly :/
this only happens on very few computers (so far with only IE9/Win7). I cannot reproduce this exception on my PC.
I also use JclDebug which is the last unit defined in my main dpr uses clause - it is not catching this exception.
How to completely supress this Exception?
The application is written in D5.
MainForm.Free, orFreeAndNil(MainForm)if you prefer ;-) as the final action of the code in your .dpr file. Or ifMainForm.Freeisn't enough, destroy everything that's yours. – David Heffernan Dec 14 '11 at 21:46