[Mono-devel-list] Choice of filename in GDI+

Duncan Mak duncan at ximian.com
Tue Dec 23 03:12:24 EST 2003


Replying to myself,

On Tue, 2003-12-23 at 15:18, Duncan Mak wrote:
> From the GDI+ documentation on MSDN, we can see the names of the header
> files in the MS implementation. They have gdiplus.h where we have
> gdip.h, and my new graphics-path.h is named gdippath.h instead.
> 

I just grepped through the Platform SDK. All the header files I listed
(GdiPlus.h, GdiPlusPath.h, etc) are headers for the C++ wrapper API, so
they have nothing to do with the 'Flat API' that we're writing right
now.

There is also a GdiPlusFlat.h, their equivalent of our gdip.h, which
lists all of the flat API.

> Of course, the immediate question for me is this: Should I rename my
> graphics-path.h to gdippath.h before I commit my GraphicsPath changes?

Since we won't be implementing the C++ wrapper anytime soon, I'm
guessing that as long as the names of the header files do not clash with
the names of the C++ wrappers, everything will work alright?

Duncan.




More information about the Mono-devel-list mailing list