andremussche/scalemm

Error compiling new 2.16 version under Delphi 7

Closed this issue · 1 comments

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:

thanks for the report, new version is committed in SVN

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

  • Changed state: Fixed