In my managed C++ code I would like to call the GDI+ text function directly.
I'm refering to this document:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/
GDIPlusreference/flatapi.asp
Which tolds me about a <gdiplusflat.h> header.
However, although I have VS.NET2005 I can't find this header.
Any clues?
Lloyd Dupont - 09 Aug 2005 04:26 GMT
never mind, I just found it.
> In my managed C++ code I would like to call the GDI+ text function
> directly.
[quoted text clipped - 5 lines]
>
> Any clues?