Problem in Delphi 2010
Status: Beta
Brought to you by:
lettoz
Hello!
I am successfull install libnodave component on Delphi 2010 (Windows XP), but I can't connect to plc by TCP/IP.
In the unit nodavecomponent.pas at code:
....
begin
Address:=FIPAddress + #0;
DaveFDS.rfd:=OpenSocket(FIPPort, @Address[1]);
end;
.....
OpenSocket function always return 0.
Also, not impotant problem, function daveStrerror return strange text, i think in the wrong codepage.
Can you fix first problem? Because nodave greate component, but I can't use it :(