Dependency of specific GDI+ version |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 13 November 2009 at 3:53am |
Is it possible to make my application dependent of a specific version of gdiplus.dll?
E.g. I don't want it to run with gdiplus.dll with a too low version number.
Perhaps this can be done with a manifest? Not sure...
|
|
PokerMemento - http://www.pokermemento.com/
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Something like this, right?
#pragma comment(linker,"/manifestdependency:\"type='Win32' name='Microsoft.Windows.GdiPlus' version='1.0.6001.22319' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
|
PokerMemento - http://www.pokermemento.com/
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Guess if you have such dependence you should deliver this GdiPlus with your application.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |