Re: [fpc-pascal] [RFC] Modification to packages/paszlib/src/zipper.pp

2008-09-30 Thread Brad Campbell
Michael Van Canneyt wrote: Implemented as proposed (rev. 11833). I updated TUnZipper so it works with TZipFileEntry as well. It is now also possible to provide the input through streams. (size is needed, so not every stream can be used). Absolutely fantastic. The stream option also saves m

Re: [fpc-pascal] [RFC] Modification to packages/paszlib/src/zipper.pp

2008-09-30 Thread Michael Van Canneyt
On Tue, 30 Sep 2008, Brad Campbell wrote: > Michael Van Canneyt wrote: > > > Implemented as proposed (rev. 11833). > > I updated TUnZipper so it works with TZipFileEntry as well. > > > > It is now also possible to provide the input through streams. (size is > > needed, so > > not every stream

RE: [fpc-pascal] Carbon: i386 and PPC API differences

2008-09-30 Thread EarMaster - Bent Olsen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] On Behalf Of Jonas Maebe > Sent: 29. september 2008 16:26 > To: FPC-Pascal users discussions > Subject: Re: [fpc-pascal] Carbon: i386 and PPC API differences > > "const inDescription: ComponentDescriptio

Re: [fpc-pascal] [RFC] Modification to packages/paszlib/src/zipper.pp

2008-09-30 Thread Burkhard Carstens
Am Dienstag, 30. September 2008 10:05 schrieb Michael Van Canneyt: > On Tue, 30 Sep 2008, Brad Campbell wrote: > > Michael Van Canneyt wrote: > > > Implemented as proposed (rev. 11833). > > > I updated TUnZipper so it works with TZipFileEntry as well. > > > > > > It is now also possible to provide

Re: [fpc-pascal] Carbon: i386 and PPC API differences

2008-09-30 Thread Jonas Maebe
On 30 Sep 2008, at 10:45, EarMaster - Bent Olsen wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:fpc-pascal- [EMAIL PROTECTED] On Behalf Of Jonas Maebe Sent: 29. september 2008 16:26 To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Carbon: i386 and PPC API difference

[fpc-pascal] Re: command-line+Carbon template

2008-09-30 Thread logrus
Thanks, Jonas -- Actually, I dealt with that potential source of anomalies way back in the original CodeWarrior version: the Pascal code opens and writes out to the file under a different name than the one the LISP code is looking for. Only after the file's been written and closed is it renamed so

Re: [fpc-pascal] Re: command-line+Carbon template

2008-09-30 Thread Jonas Maebe
On 30 Sep 2008, at 21:54, [EMAIL PROTECTED] wrote: Actually, I dealt with that potential source of anomalies way back in the original CodeWarrior version: the Pascal code opens and writes out to the file under a different name than the one the LISP code is looking for. Only after the file's