FWPPC Sockcli cannot link to FW Sockserv
FWPPC Sockcli cannot link to FW Sockserv
Dear Antonio,
I test FW Sockserv and FW Sockcli, it works ok.
I try to link between FWPPC Sockcli to FW Sockserv, it doesn't show anything and another three button is still disable. I don't know why.
Best regards,
Dutch
I test FW Sockserv and FW Sockcli, it works ok.
I try to link between FWPPC Sockcli to FW Sockserv, it doesn't show anything and another three button is still disable. I don't know why.
Best regards,
Dutch
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Cannot connect on real PPC
Dear Antonio,
I test with emulator and I've got the same result, connected but cannot send anything. The result that I mention is on a real PPC.
Best regards,
Dutch
I test with emulator and I've got the same result, connected but cannot send anything. The result that I mention is on a real PPC.
Best regards,
Dutch
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Maurizio,
If you test this sample on FWPPC, you will see if works ok with no problems at all:
If you test this sample on FWPPC, you will see if works ok with no problems at all:
Code: Select all
#include "FWCE.ch"
function Main()
WSAStartup()
MsgInfo( GetHostName(), GetHostByAddress( "127.0.0.1" ) )
WSACleanUp()
return nil