Re: Problem in NetLibSocketAccept Function !!

2001-09-22 Thread Aaron Peter
Hi Brian Smith I think it is not waiting but it is hanging for me. While Binding the socket I'm not giving any PORT number ( this what documentation says ) . I have successfully done sending packets but receiving it i'm struck for a long time .YThere is no samples of

Re: debugging on a handspring

2001-09-22 Thread Essell
Hi Chris, Thanks for replying .. where can I find this example program ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: debugging on a handspring

2001-09-22 Thread Essell
Hi, thanks for replying, i'm using the latest version of Palm Desktop which i downloaded from PalmOS.com. The version i got along with my handspring is 3.01 .. where as the version i'm using is 4.0.1. Should I revert to the older version .. ? Thanks -- For information on using the Palm

Re: debugging on a handspring

2001-09-22 Thread Philip Sheard
thanks for replying, i'm using the latest version of Palm Desktop which i downloaded from PalmOS.com. The version i got along with my handspring is 3.01 .. where as the version i'm using is 4.0.1. Should I revert to the older version .. ? You should download the latest version from

C++ for developent on PalmOS?

2001-09-22 Thread Rakesh Pai
Hi, When i first started off development on the Palm OS ..most of the newsgroups pointed out that it would be better if I do development using C.But im realising that theres a lot of rework that ive to do. I already have code written for windows in C++ which im trying to port on the Palm. Ive

Templates

2001-09-22 Thread Rakesh Pai
Im making my application development in C. I wrote a function ... Heres wht i wrote... template class T static Boolean LstAddElement(T, MemHandle* firstMemP, MemHandle* elementMemP); But if i try to compileit gives me an error like this declaration syntax error List.h line 29 templateclass

Re: C++ for developent on PalmOS?

2001-09-22 Thread Fuyuan Tok
Try this site http://www.codewarrioru.com. It works for me. Rakesh Pai [EMAIL PROTECTED] wrote in message news:63119@palm-dev-forum... Hi, When i first started off development on the Palm OS ..most of the newsgroups pointed out that it would be better if I do development using C.But im

Problems compiling pilrc-2.8

2001-09-22 Thread Behdad Esfahbod
Hi, I'm just starting development for PalmOS, and when I want to compile pilrc-2.8 on the GNU/Linux RedHat 7.1, with gcc 2.96, I get lots of errors, I tried to figure out what are them, almost all of them are from macros like PBAFIELD, ..., can you tell me what should I do?? Yours, behdad gcc

Re: Templates

2001-09-22 Thread Eric W. Sirko
Im making my application development in C. I wrote a function ... Heres wht i wrote... template class T static Boolean LstAddElement(T, MemHandle* firstMemP, MemHandle* elementMemP); But if i try to compileit gives me an error like this declaration syntax error List.h line 29

RE: SDK4 prob w. Cygwin, finds sdk but thinks missing headers

2001-09-22 Thread Carl Wainwright
Phil, I am having the same problem. It seems that nobody here has come across the same problem. Most people are use code warrior which you have to purchase. If you find a solution to header files problems then give me a bell, and I will do the same ok. Carl -Original Message- From:

Re: AARRGH! (re: Palm Pavilion down again)

2001-09-22 Thread Aaron Ardiri
On Wed, 19 Sep 2001, David A. Desrosiers wrote: Ok, who do I need to tar and feather? This is the third week in a row that the Pavilion has been down. Can anyone log into the Pavilion at all and get to the Hardware area? This is most frustrating. david.. i dont think we care :) try emailing

Re: AARRGH! (re: Palm Pavilion down again)

2001-09-22 Thread Aaron Ardiri
On Thu, 20 Sep 2001, Dave Lippincott wrote: this forum will take pity on us developers and find out why the discount area is not operating and when or how we can expect to purchase our discounted units that most of us desperately need in order to maintain the Palm economy. i am still

Re: Calling everyone that works with palm alarms?

2001-09-22 Thread Huy T Phan
Hello Johathan, I'd love to help you out but I don't have IM on AIM, I just have one on Yahoo, maxilaris. I've been reading this thread and it seems that something basic is missed to set the alarm. Huy T Phan [EMAIL PROTECTED] Maxilaris, Inc.

Re: Problems compiling pilrc-2.8

2001-09-22 Thread Aaron Ardiri
On Sat, 22 Sep 2001, Behdad Esfahbod wrote: I'm just starting development for PalmOS, and when I want to compile pilrc-2.8 on the GNU/Linux RedHat 7.1, with gcc 2.96, I get lots of errors, I tried to figure out what are them, almost all of them are from macros like PBAFIELD, ..., can you tell

Re: converting numbers to strings and back

2001-09-22 Thread Dave Lippincott
But its scientific notation only, hence the 'without formatting' caveat. You will need to write your own code or get some from the forum archives if you don't want to see 1.232E06 (- Original Message - From: DavidK [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum

CodeWarrior Versions

2001-09-22 Thread lt-davis
What are the implications of using CodeWarrior 4.0 for development of applications with current Palm devices. Do they justify the cost of updating to 7.0? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: CodeWarrior Versions

2001-09-22 Thread Bradly J. Barton
I have a similar question.. how do we tell what release version we are using.. I am fairly certain mine is Release 6, but the help about in the IDE says 4.0.1 and the constructor says 1.5b7. -- Bradly J. Barton - [EMAIL PROTECTED] Jenies Technologies Incorporated (972) 602-1835

POSE ported to the iPAQ (was: Re: Possible ???!!!)

2001-09-22 Thread David A. Desrosiers
http://discussion.brighthand.com/showthread.php?s=threadid=22238 There are about 30 pages of content here; if you'd like to see them all at once on one page, add perpage=1000pagenumber=1 to the URL. POSE has already been somewhat successfully ported to the iPAQ, which seems to be

Political spam [RE: POSE ported to the iPAQ (was: Re: Possible? ??!!!)]

2001-09-22 Thread Scott Johnson
From: David A. Desrosiers [mailto:[EMAIL PROTECTED]] X-Message-flag: Boycott Adobe - Free Dmitry Sklyarov! David, you may not be aware of this, but your custom message header doesn't play nice with Microsoft Outlook. It causes a little red flag to appear on the message in the list view, just

Re: Templates

2001-09-22 Thread Ben Combee
Rakesh Pai [EMAIL PROTECTED] wrote in message news:63120@palm-dev-forum... Im making my application development in C. I wrote a function ... Heres wht i wrote... template class T static Boolean LstAddElement(T, MemHandle* firstMemP, MemHandle* elementMemP); But if i try to compileit

Re: CodeWarrior Versions

2001-09-22 Thread Ben Combee
Bradly J. Barton [EMAIL PROTECTED] wrote in message news:63138@palm-dev-forum... I have a similar question.. how do we tell what release version we are using.. I am fairly certain mine is Release 6, but the help about in the IDE says 4.0.1 and the constructor says 1.5b7. Constructor version