andremussche / scalemm

Fast scaling memory manager for Delphi
https://code.google.com/p/scalemm/
Other
98 stars 22 forks source link

Int16 is not declared on Delphi 2007 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How to reproduce:
- Try to compile scalemm on Delphi 2007.
[DCC Error] smmSmallMemory.pas(75): E2003 Undeclared identifier: 'Int16'

Suggested fix:
Add "Int16 = shortint;" after "NativeInt  = Integer;" in smmTypes.pas

Original issue reported on code.google.com by himse...@gmail.com on 16 Dec 2012 at 3:37

GoogleCodeExporter commented 9 years ago
already fixed, see next 2.15 zip file

Original comment by andre.mussche on 17 Dec 2012 at 7:48