Hello- Ah, that's an interesting idea. If I were a better open-source citizen, I'd try that, but I should say that after a day of hacking I think I've managed to fix the problems in ctypeslib (based on gccxml), and that's the solution I prefer to go with for now. I will certainly keep this pyglet tool in mind though.
thanks, Gordon On Mon, Oct 13, 2008 at 5:18 PM, Alex Holkner <[EMAIL PROTECTED]>wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
