tcpclient

  • Thread starter Thread starter vhoward
  • Start date Start date
V

vhoward

hi,

i try to make a client/server solution with a pocket pc and a laptop with a
wifi connection

for the connection i use an NETGEAR access point, not had hoc connection

i can connect to the laptop

but with tcp i obtain the following error "host unknown"



here is a piece of code :

tcpclnt.Connect("\\192.168.16.14",8000);

tcpclnt.Connect(\\mylaptop",8000);

the two connect give me the same error





a help will be much appreciated

thanks in advance
 
Back
Top