Andrej Mitrovic wrote:
Well the cool thing is I can use wxGlide to generate C++ code, and convert that to D. I tried it just now and it seems to work, but converting everything by hand is a bit of a chore.
So don't generate code, use XRC resources instead ?
However even though D is C++ inspired, I just have a much easier time converting python code instead. I think this is because wxGlide puts everything into header+implementation files, and this is a chore to convert to D, whereas the equivalent python code is in one file and much shorter.
Supposedly you could patch it to generate D code... https://bitbucket.org/agriggio/wxglade/src/default/codegen/ Then you wouldn't have to convert it later at all. --anders