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
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
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
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
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.
___
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
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
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
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