Re: [ctypes-users] Anyone with a working gccxml on Win32 want to give me a hand?
by Thomas Heller other posts by this author
Nov 22 2006 1:35AM messages near this date
[ctypes-users] Anyone with a working gccxml on Win32 want to give me a hand?
|
[ctypes-users] bug report: int overflow in ctypeslib
Mike C. Fletcher schrieb:
> I've just spent a few hours trying to get the gccxml compiler working on
> Win32 with the MS Toolkit 2003 and MS 2005 Express compilers, (with no
> luck). I'm bombing out every time with messages that the various
> structure types in the file (wingdi.h) are used as, but not defined as
> types.
>
> I'm wondering if someone with a working gccxml on Win32 could just run
> h2xml.py -c wingdi.h and send me the resulting XML file. I'm just
> trying to get the WGL API exported, I know the thing can be processed
> *somehow* (since the Pyglet guys have wrapped it), I just don't seem to
> know the magic incantation to make the gccxml compiler happy with the
> windows headers.
>
> Thanks all,
> Mike
>
I could do that, of course. But: I guess you must include something that
defines the types before. Either bite the bullet and do 'h2xml.py -c windows.h',
or, what works for me: 'h2xml.py -c wtypes.h wingdi.h'.
Thomas
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ctypes-users mailing list
ctypes-users@[...].net
https://lists.sourceforge.net/lists/listinfo/ctypes-users
Thread:
Mike C. Fletcher
Thomas Heller
|