Quote Originally Posted by Relfos View Post
Supported compilers:
Right now I only tested the pascal unit with Delphi 7 and FPC.
Might work with Delphi XE, if anyone can try it tell me.

Note:
You can only use this if you are a registered Steamworks developer, because otherwise the API won't initialize correctly.
What takes for someone to become Steamworks developer? Do you have to pay anything?
I'm asking this becouse I myself curently I'm not a Steamworks Developer but I do have access to Delphi 7 and all Delphi versions ranging from Delphi XE2 to Delphi XE7 so I could eventually test the headers with all of them.

Anywhay after a quick look at the source code I think that the only change that might be required to the code is replace String types with AnsiString types becouse in Delpbi 2009 and newer the string type is an Unicode String. But other than that I don't think there should be any problems in compiling this with newer versions of Delphi.