Re: [fpc-pascal] streaming file from zip into my app

2007-12-01 Thread Darius Blaszijk
Marc Santhoff wrote: Am Freitag, den 30.11.2007, 23:09 +0200 schrieb Graeme Geldenhuys: On 30/11/2007, Marc Santhoff <[EMAIL PROTECTED]> wrote: But I still have questions about the code. Do I understand correctly that Graeme contributed the de-/compression code but it still has to get i

Re: [fpc-pascal] Help getting started with FPC

2007-12-01 Thread Ingemar Ragnemalm
Edward Kearns wrote: Because of all the help I got, especially from Jonas Maebe, I successfully opened and ran successfully in LIghtweight IDE the Pascal program I had developed over several years in Think Pascal. NOW I can modify it, as I had desired. That's great! What was the proble

Re: [fpc-pascal] Help getting started with FPC

2007-12-01 Thread Jonas Maebe
Ingemar Ragnemalm wrote on za, 01 dec 2007: That's great! What was the problem? File extensions? I'd like to know so I can make the error messages better. When I tried it at first, I neglected to add a "Program HelloWorld;" header and also got the "No main program found. Can not build." erro

Re: [fpc-pascal] Help getting started with FPC

2007-12-01 Thread Edward Kearns
>> I did try LWP, and when I opened New Skel, and Compiled, and Ran, all I got were error message. Then I must guess that you either have problems with the paths (strange characters that mess up the command lines) or something is not installed properly. What does the "about" box look

Re: [fpc-pascal] Help getting started with FPC

2007-12-01 Thread Edward Kearns
My problem was simply forgetting some of the syntax to use in a Pascal program! After I saw that, it was easy to run. Ed On Dec 1, 2007, at 5:13 AM, Ingemar Ragnemalm wrote: Edward Kearns wrote: Because of all the help I got, especially from Jonas Maebe, I successfully opened and ran suc

Re: [fpc-pascal] streaming file from zip into my app

2007-12-01 Thread Marco van de Voort
> Am Freitag, den 30.11.2007, 23:09 +0200 schrieb Graeme Geldenhuys: > > On 30/11/2007, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > > > > > But I still have questions about the code. Do I understand correctly > > > that Graeme contributed the de-/compression code but it still has to get > > > inte

Re: [fpc-pascal] streaming file from zip into my app

2007-12-01 Thread Darius Blaszijk
Note if sb works on zlib, there still is a bugreport about OOo files and zlib in mantis (mismatch in CRC). I tried to fix it, but got stuck Please note the following thread, as it might be the answer in this case. http://groups.google.com/group/comp.compression/browse_thread/thread/c74cb4

Re: [fpc-pascal] streaming file from zip into my app

2007-12-01 Thread Marc Santhoff
Am Samstag, den 01.12.2007, 20:45 +0100 schrieb Marco van de Voort: > > Am Freitag, den 30.11.2007, 23:09 +0200 schrieb Graeme Geldenhuys: > > > On 30/11/2007, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > > > > > > > But I still have questions about the code. Do I understand correctly > > > > that