Menu

#5 Problem in Delphi 2010

open
nobody
None
5
2009-11-09
2009-11-09
Anonymous
No

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 :(

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.