dev-forum problems? (was RE: CodeWarrior R6 and C utilities)

2000-07-12 Thread John J. Corelli
lf Of Richard Burmeister Sent: Wednesday, July 12, 2000 12:15 PM To: Palm Developer Forum Subject: Re: CodeWarrior R6 and C utilities Is there something weird going on with palm-dev-forum that has caused the following message to reappear three times today, or has Silvia just hit the send button a f

Re: CodeWarrior R6 and C utilities

2000-07-12 Thread Richard Burmeister
eloper Forum" <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2000 10:08 AM Subject: CodeWarrior R6 and C utilities > I am trying to use the function offsetof() function in this call > > DmWrite(ptrRecord, offsetof(DelivRecord, SignID),SIGN,sizeof(SIGN)); > > before I used CodeWa

CodeWarrior R6 and C utilities

2000-07-12 Thread Silvia Brunet
I am trying to use the function offsetof() function in this call DmWrite(ptrRecord, offsetof(DelivRecord, SignID),SIGN,sizeof(SIGN)); before I used CodeWarrior R5 and I included #include Well, now I am upgrading my application doing some modification and recompiling it with CodeWarrior R6 and I

CodeWarrior R6 and C utilities

2000-07-12 Thread Silvia Brunet
I am trying to use the function offsetof() function in this call DmWrite(ptrRecord, offsetof(DelivRecord, SignID),SIGN,sizeof(SIGN)); before I used CodeWarrior R5 and I included #include Well, now I am upgrading my application doing some modification and recompiling it with CodeWarrior R6 and

CodeWarrior R6 and C utilities

2000-07-12 Thread Silvia Brunet
I am trying to use the function offsetof() function in this call DmWrite(ptrRecord, offsetof(DelivRecord, SignID),SIGN,sizeof(SIGN)); before I used CodeWarrior R5 and I included #include Well, now I am upgrading my application doing some modification and recompiling it with CodeWarrior R6 and I

RE: CodeWarrior R6 and C utilities

2000-07-11 Thread Jun-Kiat Lam
rum Subject: CodeWarrior R6 and C utilities I am trying to use the function offsetof() function in this call DmWrite(ptrRecord, offsetof(DelivRecord, SignID),SIGN,sizeof(SIGN)); before I used CodeWarrior R5 and I included #include Well, now I am upgrading my application doing some modification

Re: CodeWarrior R6 and C utilities

2000-07-11 Thread Ben Combee
The PalmOS 3.5 SDK (maybe earlier ones too) provides the OffsetOf() macro which does the same thing as C standard offsetof(). I'd recommend using that in Palm code to avoid having to include standard headers. "Silvia Brunet" <[EMAIL PROTECTED]> wrote in message news:17003@palm-dev-forum... > > I

CodeWarrior R6 and C utilities

2000-07-11 Thread Silvia Brunet
I am trying to use the function offsetof() function in this call DmWrite(ptrRecord, offsetof(DelivRecord, SignID),SIGN,sizeof(SIGN)); before I used CodeWarrior R5 and I included #include Well, now I am upgrading my application doing some modification and recompiling it with CodeWarrior R6 and I