I have an app which is loading a 3rd party DLL. The DLL is causing an access violation in certain circumstances. The DLL cannot be modified and fixed so I was wondering and hoping if there is some way to ignore the AV error so it doesn't popup a windows error dialog.
I can't use try..except in my code because the error occurs while the DLL is doing it's own thing, not when I'm calling a function directly in the DLL, so there is no where to put the try..except encapulation. The debugger can catch the error so there must be some way to get around it. I've tried a TApplication.OnException event but this is not being triggered. Any ideas? _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

