You are not logged in.
Pages: 1
Hello,
function GetCardinal(P: PAnsiChar): cardinal; overload;
at SynCrtSock.pas don't like if project is compiled with Range Checks on...
I think it would be best if all code depending the Range; overflow or IO Checking is off on project, will handle it it self with compiler directives. In other words, code should work as expected regardless of the Run time error-settings or any other compiler setting...
-Tee-
Offline
All mORMot code expects to be compiled with Range Check OFF.
I've added those conditional properties for this unit.
This will make the unit expectations uncoupled from the project options.
See http://synopse.info/fossil/info/b817ab4910
Offline
Pages: 1