Dwith Swig /
Messages
Difference (last change) (no other diffs, normal page display)
Changed: 3c3
* wxD? is available from SourceForge? (![]() |
* wxD? is available from ![]() |
I was wondering if you had any idea if SWIG for D will be able to produce suitable interfaces for

- wxD? is available from
SourceForge
I don't know if or how STL is used in wxWidgets. I'm not as concerned about the folders being cluttered if it works. I don't know about libraries in Linux. I'm mostly a Windows user. I've tried out wxWidgets in Python, and I liked what I saw. When you get to the point where you release your SWIG changes, I'd probably throw wxWidgets at it and see what happens. There's no harm in trying. -- Justin Calvarese
wxWidget doesn't use STL. When the library development started 10 or 12 years ago, few compilers were supporting templates. Since the goal of the library was to be portable, they have used a set of macros to implement generics. But users can use the STL however. -- Remy Moueza
Thanks for this. I have developed the range of the types which can be wrapped (see above). I also think it will be possible to build shared libraries for the SWIG wrapped classes, at least for Linux, which will help the user of such codes.
-- JohnFletcher