I know that I can use the IDE settings in Delphi Pro 6 to stop the IDE from catching and handling Delphi exceptions (stopping the program and switching to debug mode), but, unfortunately, this turns off this processing for all Exceptions. An access violation exception occurs in a DLL for which I do not have source code. I was wondering if there is a conditional character that I donβt know about that I could define / undefined around the code of the violation code, so at least I could turn off Exception handling around this code block. If not, maybe some trick or technique?
source share