[fpc-pascal]Graph, Win, putimage
Jonas Maebe
jonas at zeus.rug.ac.be
Wed May 29 19:18:08 CEST 2002
On Wed, 29 May 2002, Andreas K. Foerster wrote:
> has anyone yet worked successfully with GetImage and PutImage under
> Windows?
>
> I try to write a little prog for Linux and Windows. It works fine
> under Linux, but under Windows it sais something like segmentation
> fault when I run it.
Both the linux and windows getimage and putimage are the default ones, ie.
they just call get/putpixel for every pixel to be drawn, except for
16 color modes under linux, there getimage is slightly optimized.
Jonas
More information about the fpc-pascal
mailing list