Hi all:


I'm new to GDI+. Can someone tell me if it's possible to use GDI+ via dynamic linking. If yes, then how?

My problem is that I need to use it in my program for a simple drawing, which has nothing to do with the main purpose of the program, but it statically links it to GDIPLUS.DLL, which won't let it run on earlier versions of Windows.

And one more thing, I'm not using MFC.

Thanks in advance.