Hi, I'm back again after a break of some weeks.
I just uploaded new snapshots of cxxtools and tntnet. Here are the links: http://www.tntnet.org/download/cxxtools-1.4.5.20070812-1.tar.gz http://www.tntnet.org/download/tntnet-1.6.0.2.20070812-1.tar.gz I integrated the patches Mark sent, which fixes some compile problems on solaris. I modified the solution iconv-problem since it does not work on linux. I added a autoconf check to solve. That works on linux at least. It would be great if you test that version on solaris. I would like to support both gcc and SunStudio on solaris. There is a new feature in tntnet also. You can pass now c++-classes as parameters to subcomponents. It uses the same technique and syntax as scoped variables. In the called component you declare a parameter scope variable: <%param> MyObject myObject; </%param> <%cpp> // you have a reference to a object of class MyObject here </%cpp> When calling the component, you can pass a instance of MyObject by name: <%cpp> MyObject o; o.set... // fill in data here </%cpp> <& mysubcomponent(myObject = o) > <# this sets the param scope object myObject with o #> And thanks to Morten for making this list accessable through gmane. I put the link on the homepage (by the way: I use gcc and gvim for development - no emacs ;-) ). Tommi ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
