PHP wrote:Any updates? The version 3A doesn't work with PB4.60

- out-commented Procedure Alpha() because it is a PB command now.
- out-commented structures POINTL and LOGFONTW, already defined by PB
- added Macro DefineGUID
DOWNLOAD:
gdiplus11_v460.zip (739k)
In 'example_display_internet_http_image.pb' you have to change the image URL to work,
all other examples seem to work fine again. It is still for PureBasic x86/32bit.
EDIT:
POINTL is not defined in PB4.60, but it should be in PB4.61, so i added
now CompilerIf Defined(POINTL,#PB_Structure)=0 for POINTL. Should work with PB4.60 and 4.61