[DCC Error] TestFramework.pas(1219): E2010 Incompatible type
Brought to you by:
pvspain
TestFramework.pas(1219): Result := FTestOwner.UpdateOnFail(FTest, _Failed, LExcept, IntPtr(FTest.ErrorAddress));
Error on DUnit2.dpr at Delphi XE -> [DCC Error] TestFramework.pas(1219): E2010 Incompatible types: 'Pointer' and 'Integer'
Thanks!
I happened to run into this issue tonight trying to compile DUnit2 for XE. (Also ran into a few issues with XE5, though not this issue.) Discussion and fix is here: http://stackoverflow.com/questions/11190106/how-to-compile-dunit2/30584867#30584867