Re: [fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Olle Raab
04-09-24 03.33, skrev Harald Houppermans följande: >> Though looking at the code again... why is testDataPointer declared (it >> doesn't seem to be used) ? >> >> In other words... >> >> 1. Does the routine expect a pointer to data ? >> 2. Does the routine expect a pointer to a pointer to data ?

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Harald Houppermans
- Original Message - From: "Harald Houppermans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 3:19 AM Subject: Re: [fpc-pascal]Apple Mac pointer problem > > - Original Message - > From: "Harald Houppermans" <[EMAIL PROTECTED]> > To: <[EMAIL PROTEC

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Harald Houppermans
- Original Message - From: "Harald Houppermans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 3:06 AM Subject: Re: [fpc-pascal]Apple Mac pointer problem > > > > - Original Message - > From: "Stephen Downs" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECT

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Harald Houppermans
- Original Message - From: "Stephen Downs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 8:49 PM Subject: [fpc-pascal]Apple Mac pointer problem I am porting a Mac CodeWarrior project to FreePascal and have hit a compile problem with a pointer. In my or

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Olle Raab
04-09-23 23.09, skrev Stephen Downs följande: > -Original Message- > From:Marcel Martin [mailto:[EMAIL PROTECTED] > Sent:Thu 9/23/2004 9:18 PM > To:[EMAIL PROTECTED] > Cc: > Subject:Re: [fpc-pascal]Apple Mac pointer problem > > Stephen Downs a écrit : >> >> I am porti

RE: [fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Stephen Downs
-Original Message- From: Marcel Martin [mailto:[EMAIL PROTECTED] Sent: Thu 9/23/2004 9:18 PM To: [EMAIL PROTECTED] Cc: Subject:Re: [fpc-pascal]Apple Mac pointer problem Stephen Downs a écrit : > > I am porting a Mac CodeWarrior project to FreePascal and have hit a > c

Re: [fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Marcel Martin
Stephen Downs a écrit : > > I am porting a Mac CodeWarrior project to FreePascal and have hit a > compile problem with a pointer. In my original code I have a structure > defined along the lines of > > testData = record >testIndex : array [0..12] of integer; > end; > > testDataPointer = ^te

[fpc-pascal]Apple Mac pointer problem

2004-09-23 Thread Stephen Downs
I am porting a Mac CodeWarrior project to FreePascal and have hit a compile problem with a pointer. In my original code I have a structure defined along the lines of testData = record testIndex : array [0..12] of integer; end; testDataPointer = ^testData; testDataHandle = ^testDataPointer;

Re: [fpc-pascal]linux ques

2004-09-23 Thread Michael Van Canneyt
On Wed, 22 Sep 2004, Paul Aviles wrote: > I have been task to write a routing for a web server running apache under > linux that will basically have the same functionality as a tail -f > /var/log/messages. I guess since the web server account does not have access > to those files, there must be