How do I install GDI+ version 1.1 on Windows XP?

一世执手 提交于 2019-12-31 03:36:10

问题


Has anyone done this successfully? As I understand, GDI+ 1.1 only ships with Vista. I'm trying to get my hands on the different Effects classes.

I'm using C++ VS2008 (VC9)


回答1:


GDI+ 1.1 is not redistributable according to EULA of Windows Vista.




回答2:


There is a version of GDI+ 1.1 in Office 2003 that does not work with the interfaces provided by Vista SDK. I am not sure if you can guess out the signatures of the flat APIs or not.

there was strategic decision made to not redistribute GDI+ 1.1



来源:https://stackoverflow.com/questions/1724332/how-do-i-install-gdi-version-1-1-on-windows-xp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!