Gordon Kindlmann 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?
Maybe it would work to run you file through the gnu c preprocessor first? cpp -E input.h -o out.h MWM --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
