tcpclient

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top