Re: [wxhaskell-users] autogenerating wxc from wxWidgets Doxygen output?

2009-04-12 Thread Kevin Ollivier
Hi Eric, Mads, and all, On Apr 12, 2009, at 10:38 AM, Eric Y. Kow wrote: > On Sun, Apr 12, 2009 at 19:23:01 +0200, Mads Lindstrøm wrote: >> * Convince the wxWidgets team to maintain the script. I guess this >> involves not just talking to the wxWidges team, but also show that >> other >> people

Re: [wxhaskell-users] autogenerating wxc from wxWidgets Doxygen output?

2009-04-12 Thread Eric Y. Kow
On Sun, Apr 12, 2009 at 19:23:01 +0200, Mads Lindstrøm wrote: > * Convince the wxWidgets team to maintain the script. I guess this > involves not just talking to the wxWidges team, but also show that other > people will find the c-wrapper useful. This would be a big win and I think we may be able

Re: [wxhaskell-users] autogenerating wxc from wxWidgets Doxygen output?

2009-04-12 Thread Mads Lindstrøm
Hi I made another version of the c_wrapper.py program. I have attached the program, a new smaller diff to doxymlparser.py and output from running the program. The output can compile now: > python c_wrapper.py out/xml/classwx_button.xm > g++ `wx-config --libs` `wx-config --cxxflags` -c wrapped_wxB