Can anyone help with this problem
I am playing with networking using network.dll and running a server (written in B4PPC) on my laptop. My client is connecting so:-
This works fine running on my desktop and I can talk to the laptop. It also works fine on my device if it is connected to my desktop by Windows Mobile (ActiveSync). When disconnected I get the error "no such host is known". If I replace "client.GetIP2("amglaptop") with the actual IP address "195.168.0.1" it works fine when disconnected.
I guess this is probably a local DNS (or lack of it) problem but why can the desktop (running Vista) resolve the name but the PDA ( Axim X30 WM2003SE) cannot? Is it related to the fact that my partner's PC (XP Home) appears in the router devices with the correct name but my laptop (also XP Home) appears as "UNKNOWN"?
EDIT:- Forgot to mention that the network connection is WiFi
I am playing with networking using network.dll and running a server (written in B4PPC) on my laptop. My client is connecting so:-
B4X:
client.Connect(client.GetIP2("amglaptop"),50000)
I guess this is probably a local DNS (or lack of it) problem but why can the desktop (running Vista) resolve the name but the PDA ( Axim X30 WM2003SE) cannot? Is it related to the fact that my partner's PC (XP Home) appears in the router devices with the correct name but my laptop (also XP Home) appears as "UNKNOWN"?
EDIT:- Forgot to mention that the network connection is WiFi
Last edited: