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
_
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
>> 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
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
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