- 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
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
- 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
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
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
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