Menu

#932 Examples bugs cairo

open
nobody
other
2021-02-20
2021-02-20
stabud
No

The freebasic distribution contains examples: examples / graphics / cairo / * bas

All examples do not work on a 64-bit system due to one problem (I will show it using CLOCK.bas as an example):

Dim As cairo_surface_t Ptr surface = _
   cairo_image_surface_create_for_data(ScreenPtr(), _
      CAIRO_FORMAT_ARGB32, SCREEN_W, SCREEN_H, _
      SCREEN_W * SizeOf(Integer))

need to:
SizeOf(long)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB