On Mon, Oct 13, 2008 at 3:07 PM, Gordon Kindlmann <[EMAIL PROTECTED]> wrote:
> Hi-
> okay, thanks, that looks useful.  It worked for me on a simple example, but
> when I tried a big set of libraries (my reason for wanting an automated
> solution), it got a syntax error on:
> #define UNRRDU_DECLARE(C) UNRRDU_EXPORT unrrduCmd unrrdu_##C##Cmd;
> so I'm guessing it doesn't support the ## syntax for gluing symbol names
> together?
>

That's right, it doesn't.  You can search for the TODO in the source
for where this needs to be implemented.  I was actually toying with a
different way to wrap header files over the weekend; I hope to have
something usable in a couple of days -- I'll keep you posted.

Alex.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to