I have some GDI+ code that runs fine on Win 2000 and above. Does anyone know of any issues with GDI+ on Win 98, or should I continue to look for an error in my code (or persuade my Win 98 users to upgrade!)?
I am creating bitmaps for an ImageList by drawing with GDI+ on a memory DC into which the bitmap has been selected. On Win 98SE an apparently random selection of about a third of the images appear; the remainder are solid black with the top left pixel (at 0,0) white. I thought it was a timing issue and put in some SLEEP statements, but that just altered which images appeared OK! On Win 98 first edition none of the images appears correctly.
Many thanks for any thoughts on this.
I am creating bitmaps for an ImageList by drawing with GDI+ on a memory DC into which the bitmap has been selected. On Win 98SE an apparently random selection of about a third of the images appear; the remainder are solid black with the top left pixel (at 0,0) white. I thought it was a timing issue and put in some SLEEP statements, but that just altered which images appeared OK! On Win 98 first edition none of the images appears correctly.
Many thanks for any thoughts on this.
Comment