stijnsanders / TMongoWire

Delphi MongoDB driver
MIT License
102 stars 37 forks source link

Compiling Delphi Berlin 10.1 #34

Closed OneideLuizSchneider closed 7 years ago

OneideLuizSchneider commented 7 years ago

Hi, For commit in Delphi Berlin must alter this variables.

Example: p,q:int64; to p,q:UInt64;

or directives compilation:

{$IFDEF VER310} p,q:UInt64; {$ELSE} p,q:int64; {$ENDIF}

Example in project : https://github.com/OneideLuizSchneider/RiceFramework/tree/master/Delphi/TMongoWire

stijnsanders commented 7 years ago

Thank you, see my recent commit