Mattias Gaertner wrote:
>
> Can you use variants?
>
No, it requires objfpc support which I don't have yet (see my other post
about FPC_HAS_FEATURE_HEAP). What if I declare fpc_write_text_shortstr with
the same signature as the one in text.inc?
--
View this message in context:
http://www.nab
What is the status of the freetype font support of fpimage?
I tried the following:
http://wiki.lazarus.freepascal.org/Developing_with_Graphics#Drawing_without_LCL
which runs fine under 32bit, but under 64 bit I get an AV:
GNU gdb 6.8-debian
[...]
Program received signal SIGSEGV, Segmentation fau
On Tue, 29 Jul 2008, Mattias Gärtner wrote:
> What is the status of the freetype font support of fpimage?
It works as far as I know ?
> I tried the following:
> http://wiki.lazarus.freepascal.org/Developing_with_Graphics#Drawing_without_LCL
>
> which runs fine under 32bit, but under 64 bit I
leledumbo wrote:
> This is very inconvenient. Moreover, assertions needs it. My first attempt,
> is to comment out {$undef FPC_HAS_FEATURE_CONSOLEIO} in my system.pas. But
> then, FPC argues about Unknown compilerproc "fpc_write_text_shortstr". I
> found it in text.inc, but it's only included if FP