More info on the problem :
#################ORIGINAL############################
testISO_TCP -s 192.168.0.3
1st parameter -s
fds8
openSocketw.c: bind Socket error: No error
openSocketw.c: Connected to host: 192.168.0.3
fds.rfd 1952
fds.wfd 1952
Trying to read 64 bytes (32 words) from data block 1. This is V memory of the
0.
Press return to continue.
####################RECOMPILET#####################
Project1.exe -s 192.168.0.3
1st parameter -s
fds8
openSocketw.c: bind Socket error: No error
fds.rfd 0
fds.wfd 0
Couldn't establish connection to 192.168.0.3
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All
, I have problem to run the demo on DELPHI 2009 ..
I have put "nodave:=TNoDave.Create(nil);" at the beginning but steel there is not connection.
The compilet version is OK but I can't recompile it on DELPHI 2009.
Best regards.
More info on the problem :
#################ORIGINAL############################
testISO_TCP -s 192.168.0.3
1st parameter -s
fds8
openSocketw.c: bind Socket error: No error
openSocketw.c: Connected to host: 192.168.0.3
fds.rfd 1952
fds.wfd 1952
Trying to read 64 bytes (32 words) from data block 1. This is V memory of the
0.
Press return to continue.
####################RECOMPILET#####################
Project1.exe -s 192.168.0.3
1st parameter -s
fds8
openSocketw.c: bind Socket error: No error
fds.rfd 0
fds.wfd 0
Couldn't establish connection to 192.168.0.3
To solve the problem use > "openSocket(102,pchar(AnsiString(THE_STRING)));"