Jump to content

component socket ipworks


Wilton Ergon

Recommended Posts

I'm using the TipwIPPort component of ipWorks, with unigui / mobile I put it in the mainform,

and managed to get a connection,

after it includes the login form, is there any explanation for this?

When connecting without server, displaying a message

 

try

IP_TCPClient.Disconnect;

IP_TCPClient.RemoteHost: = '192.168.1.202';

IP_TCPClient.RemotePort: = 5601;

IP_TCPClient.Connected: = true;

Except On e: exception

Showmessage ('Server Connection Error',E.message, nil);

End;

 

Error: Invalid argument 10022

 

I just added the login TUnimLoginForm And connects normally

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...