versha khar wrote:

hi,
i have to make a TCP/IP application where i want to get the data form a 
web-page [i have the URL for the page],i am using NetMgr.h functions, i am 
using the following functions in the sequence mentioned below but it gives me 
an error at function-NetLibSend :

1.SysLibFind for Net.Lib
2.NetLibOpen
3.NetLibGetHostByName for a specific URL
4.NetLibSocketOpen
5.NetLibSocketConnect
6.NetLibSend
7.NetLibReceive
8.NetLibSocketClose
9.NetLibClose

......
do i have to use these functions too :
NetLibSocketBind
NetLibSocketListen
NetLibSocketAccept


You don't have to use them, they are usefull only if you are running a server application. Since you're building a client software, they are not necessary. What is the error you're getting in NetLibSend?

   Luciano



--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to