windows - how to redistribute Gdiplus (GDI+)? -


i need redistribute gdiplus.dll v.1.1 app , sure particular version used. e.g. windows xp has system version of gdiplus.dll can not upgraded (v.1.0). if put gdiplus.dll application folder, system 1 still used. why? how resolve this?

msdn says:

if redistributing gdi+ downlevel platform or platform not ship version of gdi+ natively, install gdiplus.dll in application directory. puts in address space, should use linker's /base option rebase gdiplus.dll prevent address space conflict.

but have no clue how rebase gdiplus.dll , what, can explain this?

[edit] seems microsoft decided not ship gdi+ 1.1 windows xp, vista , on. nice move. thank all

you don't need rebase it. if don't dll rebased automatically whenever loaded. have mild impact on start-up speed guess won't detectable.

however, seems cannot redistibute gdi+ 1.1 xp: how install gdi+ version 1.1 on windows xp?


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -