1
I would like to know if you can avoid the occurrence of infinite loops of errors in Delphi XE2. These errors are usually critical errors of missing some file (like DLL) or without permission to access something.
I use exception treatment, but in very sporadic cases some of these errors occur, but it becomes impossible to finish the application without being by the Windows Task Manager, because when clicking on the OK of the message another appears.
Someone has a tip on how to avoid this loop, even if you need to finish the application
Below an example of message:
The way to avoid this repetition of a serial exception is to understand what the cause is and eliminate this cause. If you know what causes the exception, you can fix or treat.
– Caffé