--- bill lam <[EMAIL PROTECTED]> wrote: > Geoff Canyon wrote: > > Out of curiosity (no offense to the existing window system, which looks > > pretty nice) is it possible to tie in J to wxWidgets? > > Given that there are already several language binding for wxwdiget, I think > that > it is possible. However wxwidget use C++ (no plain C api) so that you have > to > write a wrapper instead of calling it from J directly. FYI gtk+ may be the > only > popular gui toolkit that use plain C api.
That's why I asked about a flat API. J can call DLLs directly without wrapper DLLs necessar for "binding" in other less fortunate langauges. Or it can be put as, is there a binding to C? Actually, C++ thing is interesting. Firstly, DLL map looks just like C map only with scrambled entries. Secondly, it they are virtual classes, vtable call could be used, and very small direct DLL calling otherwise. ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
