How to use GDI+ ?
How to use GDI+ ?
For Gdi+, I added the Gdiplus.dll in C:\windows\system32 directory.
include the following lines in "stdafx.h"
#include
using namespace Gdiplus;
if the VC_EXTRALEAN or WIN32_LEAN_AND_MEAN is defined, the compiler generates
error message.
Remove these macros for using Gdi+ in VC++.
For Gdi+, I added the Gdiplus.dll in C:\windows\system32 directory.
include the following lines in "stdafx.h"
#include
using namespace Gdiplus;
if the VC_EXTRALEAN or WIN32_LEAN_AND_MEAN is defined, the compiler generates
error message.
Remove these macros for using Gdi+ in VC++.
Labels: Gdi+
0 Comments:
Post a Comment
<< Home