Hello,
I use GDI+ Flat API but I encounter a very strange problem.
If I draw image with attributes through:
GdipCreateImageAttributes + GdipSetImageAttributesColorMatrix + GdipDrawImageRectRectI
too often, I got a GPF crash on Windows XP.
Surprisingly, this occurs only on Windows XP, not on later OS.
When not using Image Attributes, no problem occurs.
When not using ColorMatrix, problem also occurs.
Do you have any clue on this problem?
I tried to update GDI+ but it did not solved the problem...
Best regards,
Denis