Exception EExternalException in module ntdll.dll at 000xxxxx. External exception C0000026

1

When trying to debug software on Embarcadero XE2, the following error occurs:

Exception EExternalException in module ntdll.dll at 000xxxxx. External exception C0000026

I noticed that this occurred after upgrading to Update 4.

    
asked by anonymous 30.03.2015 / 04:56

1 answer

4

I solved it as follows:

  • Removed AQTimer
  • I opened the registry: HKCU \ Software \ Embarcadero \ BDS \ 9.0 \ Debugging \ Embarcadero Debuggers \ Evaluators and within this in the comp32x.dll file I changed its value from 1 to -1
  • Restart the Embarcadero

Source: link

    
30.03.2015 / 04:56