Re: RE: GDI+
Danny Smith <[email protected]> Mon, 02 Aug 2004 20:16:56 +1200
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <000801c47869$1594f7c0$8c4861cb@DANNY> |
----- Original Message -----
From: "Casper Hornstrup"
| Danny, have you had a chance to look at this?
|
Two concerns about this addition
1) Is this really part of the win32api (ie, are they really part of the
"system")?
2) I don't like this much (in the main header):
namespace Gdiplus
{
namespace DllExports
{
#include "GdiplusMem.h"
};
#include "GdiplusBase.h"
....
which means that if you include GdiplusBase.h (or other Gdiplus* header)
before Gdiplus.h, some of the decls will go in global ns and others in
Gdiplus
Why aren't the names _always_ in namespace Gdiplus? It seems strange
that they should only be in the namespace when included from the main
header.
Are the GdiplusMem.h and GdiPlusFlat.h decls meant to be used as
C standalones as well as part of __cplusplus api?
Danny
| Casper
|
| > -----Original Message-----
| > From: Casper Hornstrup [mailto:[email protected]]
| > Sent: 18. juli 2004 15:22
| > To: '[email protected]'
| > Subject: GDI+
| >
| >
| > This patch adds GDI+ definitions. Not much is actually
| > implemented in this patch; Just enough to initialize GDI+ and
| > draw a line using a pen.
| >
| > Documentation is available at:
| > http://msdn.microsoft.com/library/default.asp?url=/library/en-
| > us/gdicpp/GDIPlus/GDIPlus.asp
| >
| > Casper
| >
|
|
|
| -------------------------------------------------------
| This SF.Net email is sponsored by OSTG. Have you noticed the changes
on
| Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
| one more big change to announce. We are now OSTG- Open Source
Technology
| Group. Come see the changes on the new OSTG site. www.ostg.com
| _______________________________________________
| MinGW-patches mailing list
| [email protected]
| https://lists.sourceforge.net/lists/listinfo/mingw-patches
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com