<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 01/19/2008 08:24 PM, James McKenzie wrote:
<blockquote cite="mid:47924044.40504@sprintpcs.com" type="cite">James
Hawkins wrote:
  <br>
  <blockquote type="cite">On Jan 19, 2008 7:58 AM, Adam Rimon
<a class="moz-txt-link-rfc2396E" href="mailto:adamrimon@gmail.com">&lt;adamrimon@gmail.com&gt;</a> wrote:
    <br>
&nbsp;
    <blockquote type="cite">Hi there,
      <br>
      <br>
      <br>
I wanted to implement some gdiplus functions, but for this I need the
      <br>
GUIDs of some properties.
      <br>
      <br>
I took the GUIDs from
      <br>
<a class="moz-txt-link-freetext" href="http://www.reactos.org/generated/doxygen/db/de2/gdiplusimaging_8h-source.html">http://www.reactos.org/generated/doxygen/db/de2/gdiplusimaging_8h-source.html</a>,
      <br>
      <br>
but when I tried to compile gdiplus with the new gdiplusimaging.h with
      <br>
many DEFINE_GUID's,
      <br>
      <br>
the compiler kept complaining that "hidden symbol `FrameDimensionPage'
      <br>
isn't defined".
      <br>
      <br>
      <br>
What did I do wrong?
      <br>
      <br>
&nbsp;&nbsp;&nbsp; </blockquote>
    <br>
Don't copy code from ReactOS and submit it to Wine.
    <br>
    <br>
&nbsp; </blockquote>
Adam:
  <br>
  <br>
It is not permitted (and I don't know or care to know the reason why),
code from the ReactOS project and attempt to put it in the Wine
project.
  <br>
  <br>
You will have to make, from the ground up, new code.&nbsp; However, if you
attempt to submit it, these changes may be rejected in the future.
  <br>
  <br>
James McKenzie
  <br>
(I am not allowed to submit code because I have an active MSDN
subscription which gives me access to Windows and Windows project
source code.)
  <br>
  <br>
</blockquote>
<font face="Arial">Well, right now I don't send it to Wine. I just want
to define a GUID in </font>gdiplusimaging.h.<br>
My question is about adding a GUID to a header file and compile it, not
about the GUIDs themselves.<br>
</body>
</html>