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: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- 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: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42519
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- 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 | Expand
#include "FWCE.ch"
function Main()
WSAStartup()
MsgInfo( GetHostName(), GetHostByAddress( "127.0.0.1" ) )
WSACleanUp()
return nil