You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScaleMM3.pas cannot be compiled in XE4 because of
TMemoryManagerEx
...
AllocMem: function(Size: NativeInt): Pointer;
...
end;
size is NativeInt (signed)
I've attached simple patch, but I'm not sure it's proper, though it works for
me.
Original issue reported on code.google.com by vld.de...@gmail.com on 11 Jun 2013 at 12:27
Original issue reported on code.google.com by
vld.de...@gmail.comon 11 Jun 2013 at 12:27Attachments: