EDN Admin
Well-known member
<P>Hello,</P>
<P>I am looking for assistance in setting up VC++ 6.0 or Visual Studio 2005 to use with GDI+. I have both software but unsure which is best to develop GDI+ on.</P>
<P>I have read through Christians article on starting with GDI+ at the following URL: http://www.codeproject.com/vcpp/gdiplus/startinggdiplus.asp http://www.codeproject.com/vcpp/gdiplus/startinggdiplus.asp http://www.codeproject.com/vcpp/gdiplus/startinggdiplus.asp </P>
<P>I also downloaded the appropriate GDI+ files from this article, rather than the full SDK: http://www.codeproject.com/vcpp/gdiplus/codemaze.asp http://www.codeproject.com/vcpp/gdiplus/codemaze.asp http://www.codeproject.com/vcpp/gdiplus/codemaze.asp </P>
<P>Following Christians article have attempted to setup GDI+ in VC++ 2005, so I can start learning some tutorials but got lost!</P>
<P>I can point to the .h files and .lib files via Tools/Options/Directories - no problem. Also adding #include <gdiplus.h> to stdafx.h is no problem.</P>
<P>I cannot find where to put <EM>gdiplus.lib</EM> in my list of libraries by choosing Project/Settings/Link and entering it into the object/library modules area. This has moved in the 2005 edition?</P>
<P>Adding the revelvant code to <FONT face="Courier New InitInstance </FONT><FONT face=Arial>I have done but cannot find </FONT><FONT face="Courier New ExitInstance </FONT><FONT face=Arial>in a new hello world project to add the releveant code there.</FONT></P>
<P>Also I am unsure as to where to place ULONG_PTR m_gdiplusToken;</P>
<P>Sorry, I am new to this but need to use GDI+ for a project. Thanks in advance for any help.</P>
<P>Steve. </P>
<P> </P>
<P> </P>
<P> </P>
View the full article
<P>I am looking for assistance in setting up VC++ 6.0 or Visual Studio 2005 to use with GDI+. I have both software but unsure which is best to develop GDI+ on.</P>
<P>I have read through Christians article on starting with GDI+ at the following URL: http://www.codeproject.com/vcpp/gdiplus/startinggdiplus.asp http://www.codeproject.com/vcpp/gdiplus/startinggdiplus.asp http://www.codeproject.com/vcpp/gdiplus/startinggdiplus.asp </P>
<P>I also downloaded the appropriate GDI+ files from this article, rather than the full SDK: http://www.codeproject.com/vcpp/gdiplus/codemaze.asp http://www.codeproject.com/vcpp/gdiplus/codemaze.asp http://www.codeproject.com/vcpp/gdiplus/codemaze.asp </P>
<P>Following Christians article have attempted to setup GDI+ in VC++ 2005, so I can start learning some tutorials but got lost!</P>
<P>I can point to the .h files and .lib files via Tools/Options/Directories - no problem. Also adding #include <gdiplus.h> to stdafx.h is no problem.</P>
<P>I cannot find where to put <EM>gdiplus.lib</EM> in my list of libraries by choosing Project/Settings/Link and entering it into the object/library modules area. This has moved in the 2005 edition?</P>
<P>Adding the revelvant code to <FONT face="Courier New InitInstance </FONT><FONT face=Arial>I have done but cannot find </FONT><FONT face="Courier New ExitInstance </FONT><FONT face=Arial>in a new hello world project to add the releveant code there.</FONT></P>
<P>Also I am unsure as to where to place ULONG_PTR m_gdiplusToken;</P>
<P>Sorry, I am new to this but need to use GDI+ for a project. Thanks in advance for any help.</P>
<P>Steve. </P>
<P> </P>
<P> </P>
<P> </P>
View the full article