Patrick Hartling skrev: > Marcus Lindblom wrote: >> Also, is there something like a >> Eclipse/Visual Studio-equivalent for Python on Windows? > > There is WingIDE.
Will check it out. >> How about my earlier comment on trying to make OpenSG swig friendly >> (perhaps with the aid of some fcdEdit-processing). That would make many >> ppl (at least me) happy and allow bindings to almost any language, >> possibly boosting support even more? > > The biggest limitation of SWIG, IMHO, is that it does not allow > cross-language extension. That is, given SWIG-generated Python bindings for > a C++ library, you cannot derive a new Python class from a polymorphic C++ > type and pass instances of the Python type back to the C++ side. ? .. sure you can. I think it's called 'directors' in swigish and it adds a new C++ type where virtual functions are callbacks into the scripting language. It needs to be enabled specifically for each class though. /Marcus ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
