|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.stl - Apache stlcxx
Does anyone know if dmc will work with this code (which used to be Rogue Wave code)? Its not in the Platforms list, but I wonder if the build infrastructure commited here http://svn.apache.org/viewcvs.cgi?rev=349027&view=rev could be adapted. Anyhow, more variety of template tests is better than less. Be nice to know if the compiler could handle ntl and the Ultimate++ (upp) code too. Not least, upp is a pretty nice IDE and toolset. James Apr 20 2006
James Mansion wrote:Does anyone know if dmc will work with this code (which used to be Rogue Wave code)? Apr 20 2006
Tools.h++ indeed used to compile fine DMC++ (and Symantec C++ for that matter) they had a focus to be usable with a lot of compilers. I do not recall that I had to do a LOT of patching, not even when I worked for Rogue Wave for 3+ months to release their latest version of zApp. With the newer compiler with stricter type-casting and name-lookup you might have to patch a couple of things as mentioned by Arjan. Jan James Mansion wrote:Does anyone know if dmc will work with this code (which used to be Rogue Wave code)? Its not in the Platforms list, but I wonder if the build infrastructure commited here http://svn.apache.org/viewcvs.cgi?rev=349027&view=rev could be adapted. Anyhow, more variety of template tests is better than less. Be nice to know if the compiler could handle ntl and the Ultimate++ (upp) code too. Not least, upp is a pretty nice IDE and toolset. James Apr 20 2006
|