Re: [fpc-pascal] bzip2

2009-10-31 Thread Micha Nelissen
Juha Manninen wrote: Oops, sorry. I will do that. Where does the thread information come from? It looks good in my email client and I don't see any extra data. Try to enable 'Threaded view'; usually somewhere in the View menu, Sort menu, etc. Depends on client used. Micha __

Re: [fpc-pascal] memory mapped file

2009-10-31 Thread Micha Nelissen
Alexey Voytsehovich wrote: All the good days. You can not tell what I need to read and/or study for solving cross-platform (linux/windows) implementation of the memory mapped file? On unix, it would be fpmmap. On windows, it would be CreateFileMapping/MapViewOfFile if I'm not mistaken. Mic

Re: [fpc-pascal] bzip2

2009-10-31 Thread Vincent Snijders
Juha Manninen schreef: Please, create a new email message, instead of replying to an existing one and changing the subject of it. This message has nothing to do with the "Compiler allows strange statement" - thread: http://lists.freepascal.org/lists/fpc-pascal/2009-October/thread.html#22885 Oo

Re: [fpc-pascal] bzip2 compression with FPC

2009-10-31 Thread Marco van de Voort
In our previous episode, Juha Manninen said: > construction, then I will just wait. > Otherwise I could try to port it myself somehow. I think that is best. Stuff like ULARGE_Integer is simply because JCL supports many Delphi versions, and not all have unsigned integer. Therefore they use some pr

[fpc-pascal] bzip2 compression with FPC

2009-10-31 Thread Juha Manninen
Hi, ok, I created a new thread for bzip2. So, FCL seems to have bzip2 unit but it only has decompression. Does anyone know of alternatives for bzip2 compression with FPC? JCL has some but it doesn't compile with FPC. If it is going to work with FPC within a reasonable time frame, or if there is

Re: [fpc-pascal] bzip2

2009-10-31 Thread Juha Manninen
> Please, create a new email message, instead of replying to an existing > one and changing the subject of it. > > This message has nothing to do with the "Compiler allows strange > statement" - thread: > http://lists.freepascal.org/lists/fpc-pascal/2009-October/thread.html#22885 Oops, sorry. I w

Re: [fpc-pascal] bzip2

2009-10-31 Thread Vincent Snijders
Juha Manninen schreef: FCL seems to have bzip2 unit but it only has decompression. Does anyone know of alternatives for bzip2 compression with FPC? Please, create a new email message, instead of replying to an existing one and changing the subject of it. This message has nothing to do with t

[fpc-pascal] bzip2 (was: Compiling JCL)

2009-10-31 Thread Juha Manninen
FCL seems to have bzip2 unit but it only has decompression. Does anyone know of alternatives for bzip2 compression with FPC? Juha M. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Experimental and Unimplemented directives

2009-10-31 Thread fpclist
On Saturday 31 October 2009 10:51:24 fpcl...@silvermono.co.za wrote: > Hi Guys, > > With reference to FPC 2.2.4 Linux, can somebody please explain how to get > the compiler to compile code that uses the Experimental and Unimplemented > hint directives? > > An expanation is given on their use on pag

Re: [fpc-pascal] Compiling JCL

2009-10-31 Thread Juha Manninen
Hi, > Which compression algorithm are you looking for. I think I saw > compression algorithm code in FCL before. gzip is definitely there I used zlib compression which is the same as gzip I guess. Then I used also the more efficient bzip2 compression with TJclBZIP2CompressionStream and TJclBZIP2D

Re: [fpc-pascal] Compiling JCL

2009-10-31 Thread Graeme Geldenhuys
2009/10/31 Juha Manninen : > It is strange because there are conditional compilation IFDEFs for FPC. > Why to include them if the code doesn't compile anyway? Just because there are IFDEFs doesn't mean it's complete. It is probably work in progress, but far from complete by the sounds of things -

[fpc-pascal] Experimental and Unimplemented directives

2009-10-31 Thread fpclist
Hi Guys, With reference to FPC 2.2.4 Linux, can somebody please explain how to get the compiler to compile code that uses the Experimental and Unimplemented hint directives? An expanation is given on their use on page 11 of the Reference Guide for Free Pascal, version 2.2.4, but I have no luck