--- "Ajit N.K" <[EMAIL PROTECTED]> wrote: > Hi, > > i am using InetLow example which uses InetLib > library on the Emulator with > MIK installed on ROM Vx Image file. > > It works fine > but when i give the port number in the URL, the > request fails. > > how do i provide the Port number for the server > say(7001) in the URL? > > do i have to set some InetLib structures ? > > if anybody had this problem, please suggest me a > solution. > > thanx & regards > Ajit > > > -- > For information on using the Palm Developer Forums, > or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ Greetings Ajit The port number is specified as usaual in the http request that is : if your ip address is say 164.162.4.20 and the port number is 7001 then the url will be http://164.162.4.20:7001................(whateverelse u need to add say filename or querystring) the basic internet concepts are the same with Palm inet programming thanks santhosh ------------------------------------------------ Developer's Nation Visit http://www.devnation.net for Palm Developer Support ------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
