on Vista and Win 7, GDI+ 1.0 and 1.1 are installed side-by-side. However, on Vista at least, getting access to version 1.1 requires additional entries to be made in the applications manifest file. I presume the same is true for Win 7.
Any chance that the IDE could have the option (compiler options) of requesting support for version 1.1 of GDI+, similar to the "Enable XP themes support" etc?
An example of such an entry for x86 is :
Code: Select all
<assemblyIdentity name="Microsoft.Windows.GdiPlus" version="1.1.6000.16386" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" type="win32" />