andremussche / scalemm

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

Could not compile used unit 'ScaleMM2' in Delphi7 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the library in the Delphi 7 IDE (Add source folder to environment 
variables of the IDE)
2. Try to use the Unit in a project written in Delphi/CLX

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

The program should compile, while actually it doesn't compile giving could not 
compile unit ScaleMM2 unit .

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

Version : ScaleMM 2.15 
OS : Windows XP

Please provide any additional information below.

See the attached image for a screenshot of the error.

Original issue reported on code.google.com by Alessio....@gmail.com on 14 Jan 2013 at 1:17

Attachments:

GoogleCodeExporter commented 9 years ago
what kind of compiler error does it give?

Original comment by andre.mussche on 14 Jan 2013 at 1:45

GoogleCodeExporter commented 9 years ago
The compiler gives these errors : 

- Undeclared identifier TlsSetValue
- Undeclared identifier TlsAlloc

Original comment by Alessio....@gmail.com on 27 Jan 2013 at 9:25

Attachments:

GoogleCodeExporter commented 9 years ago
Adding the Conditionals flag PURE_PASCAL everything works correctly ...

Original comment by Alessio....@gmail.com on 27 Jan 2013 at 9:27

GoogleCodeExporter commented 9 years ago
fixed in revision 105 (in subversion), should compile fine in D7 now

Original comment by andre.mussche on 29 Jan 2013 at 2:03