You are not logged in.
Pages: 1
When I try to complie the 04-HTTP Client-Server sample I get two warnings
[DCC Warning] SynCrtSock.pas(1701): W1021 Comparison always evaluates to False
[DCC Warning] SynCrtSock.pas(2834): W1021 Comparison always evaluates to False
When I try to run the server in the ide debugger, it will run but then I cannot close it.
In order to stop the exe I have to shutdown Delphi.
Is the current mORMot framework compatible with Delphi 2009 ?
If not is there an older version that works with Delphi 2009
( In terms of runnng the sample 01 client to talk to the server there is not indication that it can communicate with it but I am guessing this is because the server is broken )
Pages: 1