Re: [fpc-pascal] Enabling FPC_HAS_FEATURE_CONSOLEIO

2008-07-29 Thread leledumbo
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

[fpc-pascal] fpimage font

2008-07-29 Thread Mattias Gärtner
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

Re: [fpc-pascal] fpimage font

2008-07-29 Thread Michael Van Canneyt
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

Re: [fpc-pascal] Enabling FPC_HAS_FEATURE_CONSOLEIO

2008-07-29 Thread Micha Nelissen
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