RE: CW C++ problem

2000-07-22 Thread Paul A. Dugas
> I have some code that worked fine in CW 4, but does not compile in CW 6. > (I went straight from 4 to 6 so I don't know if it works in 5). Here is > the snippet in its most reduce form: > > class B; > class A{ > friend B; > . > }; > > This now produce the following error > > illega

Re: Cursor

2000-07-22 Thread Tim Kennedy
I had this problem about a month ago. I found that if the "single line" option is not true, the field select/edit area is still left justified, while the display is right justified. With "Single Line" true, everything works as you'd expect. I have no help for multi-line fields. Regards, Tim.

RE: CW C++ problem

2000-07-22 Thread Al Cilcius
Last I knew, the standard said it should be class B; class A{ friend class B; }; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Oliver King-Smith Sent: Saturday, July 22, 2000 8:53 PM To: Palm Developer Forum Subject: CW C++ problem I ha

CW C++ problem

2000-07-22 Thread Oliver King-Smith
I have some code that worked fine in CW 4, but does not compile in CW 6. (I went straight from 4 to 6 so I don't know if it works in 5). Here is the snippet in its most reduce form: class B; class A{ friend B; }; This now produce the following error illegal friend declaration Has

Re: UNSUBSCIBE marcelo@ufu.br

2000-07-22 Thread Dave Lippincott
you forgot the 'r' in unsubscribe - Original Message - From: Marcelo Rodrigues de Sousa <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Saturday, July 22, 2000 9:59 AM Subject: UNSUBSCIBE [EMAIL PROTECTED] > UNSUBSCIBE [EMAIL PROTECTED] > > > > -- > For informatio

Re: Database is shifted

2000-07-22 Thread Aaron Ardiri
> There could easily be an alignment issue. I remember helping someone here > convert a file that was originally created under gcc to CodeWarrior. Ther e were > problems until we found that gcc would put elements of an array of the following > type: > > typedef struct { > unsigned char dawg[3];

Re: Database is shifted

2000-07-22 Thread Aaron Ardiri
> I have pretty much converted my program from GCC to CW 6.0 but I have one > remaining problem. When my unpack routine retrieves a record and display s > it, the leading characters of each item are being dropped. "Unfiled" became > "led" and "Supermarket" became "permarket". I'm not ruling out

Re: Database is shifted

2000-07-22 Thread krollin
There could easily be an alignment issue. I remember helping someone here convert a file that was originally created under gcc to CodeWarrior. There were problems until we found that gcc would put elements of an array of the following type: typedef struct { unsigned char dawg[3]; } DAWGEntry;

Database is shifted

2000-07-22 Thread Mitch_Fawcett
I have pretty much converted my program from GCC to CW 6.0 but I have one remaining problem. When my unpack routine retrieves a record and displays it, the leading characters of each item are being dropped. "Unfiled" became "led" and "Supermarket" became "permarket". I'm not ruling out a program

Re: New Palm models

2000-07-22 Thread Oliver King-Smith
Message-Id: <[EMAIL PROTECTED]> At 07:24 PM 7/21/00 -0500, you wrote: >From: "Oliver King-Smith" <[EMAIL PROTECTED]> >Subject: RE: New Palm models > > >> I guess here is my problem. I plan promotions and marketing often 3-4 >> months ahead. If I can suddenly no longer buy the model I was inten

Re: Help writing Japanese apps

2000-07-22 Thread Ken Krugler
Hi Chris, At 12:00am -0700 00-07-22, Palm Developer Forum digest wrote: >Subject: Re: Help writing Japanese apps >From: "Chris Percival" <[EMAIL PROTECTED]> >Date: Fri, 21 Jul 2000 13:33:26 +0100 >X-Message-Number: 10 > >Hi John / everyone, > >On similar lines, how does one use any other kind of

Re: Mirror for pilot-link

2000-07-22 Thread Ben Darnell
In article <18355@palm-dev-forum>, Hari Warrier wrote: > >Does anyone have a mirror for >ftp://ryeham.ee.ryerson.ca/pub/PalmOS/pilot-link.0.9.0.tar.gz. >I can't get to this one. The new official site is http://pilot-link.sourceforge.net They only have the latest version (0.9.3), so it won't help

Re: Palm OS(R) software v3.5.2 Update

2000-07-22 Thread Neil Rhodes
On Saturday, July 22, 2000 4:05:42 AM, Will Chapman wrote: > > "David Fedor" <[EMAIL PROTECTED]> wrote in message > news:18238@palm-dev-forum... >> >> - When a soft reset was performed, memory which previously had been >> allocated with FtrPtrNew() was not being automatically freed, which >>

UNSUBSCIBE marcelo@ufu.br

2000-07-22 Thread Marcelo Rodrigues de Sousa
UNSUBSCIBE [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Sorry about HOAX email

2000-07-22 Thread Diana Vincent
I did not intentionally send this email out to everyone. My daughter (a 19 month old) was playing with my computer keyboard when this email came in. I have a quick key that is set up to send emails and she accidently highlighted everyone in the list prior to sending the email out. I noticed it

Re: ROM UPGRADE & key repeat speed

2000-07-22 Thread Danko Radic
On Wed, 19 Jul 2000, Aaron Ardiri wrote: > > First, download an OS 3.5 ROM image from the Provider Pavillion. Then > > get the OS 3.3 upgrade utility from the support section at palm.com. > > When you run the 3.3 installer, it will extract a utility program named > > Upgrade_utility.exe and r

Re: Incorporating GPS into an application

2000-07-22 Thread Will Chapman
"Sam Charette" <[EMAIL PROTECTED]> wrote in message news:18330@palm-dev-forum... > > 1) What GPS systems work with Palms, and what is needed for them? > (Earthmate Road Warrior from Delorme and some Garmin models seem > possible, but I am unsure what is best and what is easiest) I've been very h

Re: Palm OS(R) software v3.5.2 Update

2000-07-22 Thread Will Chapman
"David Fedor" <[EMAIL PROTECTED]> wrote in message news:18238@palm-dev-forum... > > Dear Developer > > - When a soft reset was performed, memory which previously had been > allocated with FtrPtrNew() was not being automatically freed, which > would result in a memory leak. The same situation

Re: UK PalmOS programmers

2000-07-22 Thread Will Chapman
"Adam Wozniak" <[EMAIL PROTECTED]> wrote in message news:18367@palm-dev-forum... > > Will Chapman wrote: > > > I've been thinking about setting up > > a list of PalmOS programmers in > > the UK. > > Why limit it to UK only? > Well it seemed to me that most PalmOS developers are in the US and the

Re: Bug in Address lookup with sysAppLaunchCmdLookup

2000-07-22 Thread Denis Faivre
I reported the bug a couple of times, but I has been only partially fixed so far. In older versions of PalmOS, the 3rd argument of StrNCompare was wrong is some cases, as well as the shift to formatStringP. Currently, it seems that Palm fixed the 3rd argument bug ONLY. Note that PhoneLookup Hac

Re: Palm OS does housekeeping at midnight?

2000-07-22 Thread news.palmos.com
I seem to remember a similar thread about 6-months ago. You may want to check the archives. I don't think it was ever resolved. Scott "David Heil" <[EMAIL PROTECTED]> wrote in message news:18239@palm-dev-forum... The Palm Vx has never had any entries added into Datebook. It was purchased Jan