Re: [fpc-pascal]Apple Mac pointer problem

2004-09-26 Thread [EMAIL PROTECTED]
- Original Message - From: "Olle Raab" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 3:57 PM Subject: Re: [fpc-pascal]Apple Mac pointer problem 04-09-24 09.44, skrev Stephen Downs följande: > > Thanks for everyones input (Harold - it a Mac thing !!). I'm

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-26 Thread Jonas Maebe
On 24 sep 2004, at 18:46, [EMAIL PROTECTED] wrote: testData = record testIndex : packed array [0..12] of integer; end; Wouldn't that solve any alignment problems ? Or doesn't free pascal have a 'packed' directive ? It does, but it only works for individual records. It's ignored for arrays. Jo

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-26 Thread [EMAIL PROTECTED]
- Original Message - From: "Olle Raab" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 8:10 AM Subject: Re: [fpc-pascal]Apple Mac pointer problem 04-09-24 03.33, skrev Harald Houppermans följande: >> Though looking at the code again... why is testDataPointe

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-26 Thread Olle Raab
04-09-24 08.49, skrev [EMAIL PROTECTED] följande: > > - Original Message - > From: "Olle Raab" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 24, 2004 8:10 AM > Subject: Re: [fpc-pascal]Apple Mac pointer problem > > > 04-09-24 03.33, skrev Harald Houppermans föl

Re: [fpc-pascal]help please

2004-09-26 Thread Thomas Schatzl
Hello, Janos Krizan schrieb: Dear Sirs, It is so complicated. I am not subscribed but I need help anyway in > order to get started. [A copy of this answer is cc'ed to the original From: address] I have dosw321010full.zip version of free Pascal and I can not make > it work. I suspect that it has to

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-26 Thread Florian Klaempfl
Jonas Maebe wrote: On 24 sep 2004, at 18:46, [EMAIL PROTECTED] wrote: testData = record testIndex : packed array [0..12] of integer; end; Wouldn't that solve any alignment problems ? Or doesn't free pascal have a 'packed' directive ? It does, but it only works for individual records. It's igno