GDI+ for WM5.0 with C++ (native) [modified]
-
Can somebody give me a hint how to use GDI+ in WM5.0 but without CF. I'm sure that there is opportunity to use GDI+ on WM, because trough CF you could use it. I saw in Windows folder "gdiplus.dll", but there is no library, no .h file for C++ to use it. Also few of samples in WM 5.0 SDK use "imaging.h" which uses some of the GDI+ declarations. P.S. My goal is to draw PNGs transparently, which trough GDI+ is peace of cake. If you know other alternative, please share with me!!!
modified on Tuesday, July 8, 2008 2:50 AM
-
Can somebody give me a hint how to use GDI+ in WM5.0 but without CF. I'm sure that there is opportunity to use GDI+ on WM, because trough CF you could use it. I saw in Windows folder "gdiplus.dll", but there is no library, no .h file for C++ to use it. Also few of samples in WM 5.0 SDK use "imaging.h" which uses some of the GDI+ declarations. P.S. My goal is to draw PNGs transparently, which trough GDI+ is peace of cake. If you know other alternative, please share with me!!!
modified on Tuesday, July 8, 2008 2:50 AM
Hi u can try IImage apis these work perfectly fine There is imaging sample in windows sdk.i had tried alphableding but that creates some problem so i opt for iimage.
-
Hi u can try IImage apis these work perfectly fine There is imaging sample in windows sdk.i had tried alphableding but that creates some problem so i opt for iimage.