[fpc-pascal]Printing

2003-06-27 Thread Holger Peters
hi, I'm writing an GTK+ Programm with FPC, and I'd like to print a GdkPixmap out (on paper, not on screen). Since GTK+ does not provide a printing interface I'd like to know if there is a plattformindependend (Windows and Linux) interface available in FPC. Holger _

Re: [fpc-pascal]Linux Palms and FPC?

2003-06-27 Thread Florian Klaempfl
Rainer Hantsch wrote: Hello! I would like to get some information about Palmtops (preferrably running Linux) and how to program with FPC on them. I possibly will get an order (currently not sure) to develop a new software (everything linux based) for a small company. The external members/workers s

[fpc-pascal]Re: Macintosh Progress??

2003-06-27 Thread Olle Raab
>> Mark Emerson wrote: >>> How is the progress in the Mac version of FPC? Any projections when it >>> might be ready? Thanks. There have been substantial progress in the powerpc code generator the last months, so that the powerpc version of the fpc compiler can compile itself on linux. >> There

Re: [fpc-pascal]Re: Macintosh Progress??

2003-06-27 Thread Mark Emerson
Thanks to all for the responses. Mark Olle Raab wrote: > > >> Mark Emerson wrote: > >>> How is the progress in the Mac version of FPC? Any projections when it > >>> might be ready? Thanks. > > There have been substantial progress in the powerpc code generator the last > months, so that the pow

[fpc-pascal]gnu binutils cross compiler/linker for linux from windows

2003-06-27 Thread Harald Houppermans
Hi,   I want to create a pascal compiler which can cross compile for linux from windows.   ( So I can develop server programs on windows and then later run then on linux server's )   It seems there are 2 pascal compilers which might be able to do that:   1. free pascal. 2. gnu pascal.   I am