Re: [fpc-pascal] Is is impossible to extend a generic class in fpc 2..6.4?

2014-09-21 Thread Sven Barth
On 22.09.2014 05:32, Dennis Poon wrote: Is it impossible to extend a generic class? I tried to extend a generic class "TFPGMap" in fpl unit. its original definition is: generic TFPGMap = class(TFPSMap) I want to extend it by: generic TMyMap=class(TFPGMap ) end; I got this error: Ge

[fpc-pascal] Is is impossible to extend a generic class in fpc 2..6.4?

2014-09-21 Thread Dennis Poon
Is it impossible to extend a generic class? I tried to extend a generic class "TFPGMap" in fpl unit. its original definition is: generic TFPGMap = class(TFPSMap) I want to extend it by: generic TMyMap=class(TFPGMap ) end; I got this error: Generics without specialization cannot be used

Re: [fpc-pascal] Mapping Cairo pixmap to FPC Bitmap and back

2014-09-21 Thread luiz americo pereira camara
https://code.google.com/p/luipack/source/browse/trunk/cairo/lcl/cairolcl.pas#152 https://code.google.com/p/luipack/source/browse/trunk/cairo/lcl/include/win32/cairolcl.inc#4 Direct bitmap data access (possible also with LCL.TBitmap in some cases) https://code.google.com/p/luipack/source/browse/t

[fpc-pascal] Mapping Cairo pixmap to FPC Bitmap and back

2014-09-21 Thread Giuliano Colla
Could anyone more knowledgeable than me point me in the right direction to find how a Cairo pixmap maps into a FPC Bitmap, and possibly to some existing code for doing the trick of converting from the one to the other, thus saving me hours of searching? Thanks in advance for any hint. Giulian

[fpc-pascal] Wraper for libpciaccess ?

2014-09-21 Thread Brian
Does anyone know of an FPC wrapper for the library libpciaccess ? Thanks in advance Brian -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Wraper-for-libpciaccess-tp5720127.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___

Re: [fpc-pascal] mpcalc 7.3

2014-09-21 Thread franco
You are right. Thank you for pointing this, Sven. I had some problem posting from polarhome (can't send). On Sun, 21 Sep 2014, Sven Barth wrote: On 21.09.2014 16:07, fra...@solaris.polarhome.com wrote: A new version 7.3 of the unit mpcalc has been released and can be downloaded from http://www

Re: [fpc-pascal] mpcalc 7.3

2014-09-21 Thread Sven Barth
On 21.09.2014 16:07, fra...@solaris.polarhome.com wrote: A new version 7.3 of the unit mpcalc has been released and can be downloaded from http://www.polarhome.com/~franco/mpcalc-7.3.zip or http://spazioinwind.libero.it/frm/software/mpcalc-7.3.zip Mpcalc provides multiprecision floating-point ar

[fpc-pascal] mpcalc 7.3

2014-09-21 Thread franco
A new version 7.3 of the unit mpcalc has been released and can be downloaded from http://www.polarhome.com/~franco/mpcalc-7.3.zip or http://spazioinwind.libero.it/frm/software/mpcalc-7.3.zip Mpcalc provides multiprecision floating-point arithmetic up to 5000 digits. It includes a set of elementar

[fpc-pascal] key-value engine for FPC

2014-09-21 Thread Xiangrong Fang
Hi All, Is there any good performance Key-Value storage engine written in free pascal, or can be linked with FPC application? I need an embedded storage engine with good performance for a generic (non-binary) tree structure with the following properties and operations: - tree node has 2 properti