Quote Originally Posted by dc_2000
[...] but it statically links it to GDIPLUS.DLL, which won't let it run on earlier versions of Windows.
And to clarify a little.
An application is always dinamically linked to a DLL, as long as DLL means Dynamic-Link Library.

However I hope that my previous hints can help you to solve the problem.