andremussche / scalemm

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

Error compiling new 2.16 version under Delphi 7 #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try using the latest version (2.16) with Borland Delphi 7

What is the expected output? What do you see instead?

The compiler gives error : undeclared identifier : 'UIntPtr' on UINT_PTR  = 
System.UIntPtr;  // NativeUInt;

What version of the product are you using? On what operating system?

2.16

Please provide any additional information below.

I had to change the two files in the attachment to meke it works under delphi7. 
If you give me access to the repository I could push the commit ...

Original issue reported on code.google.com by alessio....@uakari.it on 27 Mar 2013 at 10:58

Attachments:

GoogleCodeExporter commented 9 years ago
thanks for the report, new version is committed in SVN

Original comment by andre.mussche on 28 Mar 2013 at 7:40