[fpc-devel] Generics and compiler conditions

2007-04-03 Thread ik
Hello, I wish to know if there is a predefine macro or compiler directive that can tell me if there is a support for generics with something such as: {$IFDEF USEGENERICS} ... {$ELSE} ... {$ENDIF} Or {$IF USEGENERICS} ... {$ELSE} .. {$ENDIF} Thanks, Ido -- http://ik.homelinux.org/

Re: [fpc-devel] [Patch] Symbian OS improvements

2007-04-03 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: Hello, This patch improves somewhat symbian os support. Doesn´t work yet, but it´s better. Applied, thx. There is a new file, sysosh.inc to be added to rtl/symbian/ Also, I am writing a c wrapper around symbian os C++ core libraries. Should that