Gerrit Voss wrote: > Hi, > > On Wed, 2006-08-23 at 00:29 -0500, Dirk Reiners wrote: >> Hi everybody, >> >> Part of that is getting rid of begin/endEdit >> (that's done), and also simplifying a lot of the internal code (getting >> rid of special pointers and a lot of the templates is some of that). I >> don't see a way to make it as simple as trivial C++ lib, especially to >> keep clustering working we do need capabilities from our data structures >> that raw C++ doesn't give us (so fcdEdit resp. fcdProcess will stay. We >> should probably move it over to python though, to get rid of needing >> perl in the system. Sorry, Gerrit). > > Somehow I knew that was coming so I'm prepared ;-), but if possible I > would not require python either because it is of no use to pure Visual > Studio users ;-(. My plan was to run in through perlcc to get an > executable that does not need perl, but that failed so far. Not knowing > python very well, is there any option like this available ? > > Maybe we have to go back to c/c++.
My 0.02€: requiring python for OpenSG's GUI-apps or small utils is not that bad, I think. It's readily available to install and does so quite easily. Perhaps you can compile python into executables nowadays? But perlcc would do the trick as well, it's just .. you know.. perl. ;-) Cheers, /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
