i want to use GdipDrawString api in vc++ but i do'nt know which header file should be include
i want to use GdipD开发者_如何学JAVArawString api in vc++ but i do'nt know which header file should be include
After searching MSDN i found that the function which you are using is part of GDI+ flat API. According to MSDN you have to use header file Gdiplusflat.h and dll Gdiplus.dll.
Check out the following link for more details:
http://msdn.microsoft.com/en-us/library/ms533969(v=VS.85).aspx
精彩评论