[fpc-pascal]Page Flipping with win32 exes?
Thomas Schatzl
tom_at_work at yline.com
Wed Nov 21 08:17:28 CET 2001
Hi,
>
> Is it possible to do page flipping with graphics in win32 compilings?
Not with the graph unit iirc.
> I have a dos program that uses SetActivePage and SetVisualPage
> but that doesn't seem to be working. I currently have version 1.0.4
> installed.
You could use getimage() / putimage() to simulate that behaviour, but it's
painfully slow.
Try using DirectDraw instead.
Regards,
Thomas
More information about the fpc-pascal
mailing list