VC++ 7.0 and STLPort
"Chris Harris" <[email protected]>
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I'm not a member of this group, so please include me responses. I just saw this library (MTL) recently, I think it's a great concept, and your benchmark #'s are very impressive. I downloaded the code to play around with it, and unfortunately it wouldn't compile if I use STLPort along with my VC++ 7.0 compiler. I saw a message regarding compiling MTL under VC++ using STLPort. I think STLPort has a ton of advantages over the VC++ stl library, so I'd really prefer to stick with it. I started to go through and fix the problems, but after an hour it's starting to overwhelm me a bit. There are numerous differences that are apparently STL implementation differences, not compiler differences. I'm surprised it's not already working though, because STLPort is used with many other compilers. So... I'm hoping it's already been done, just not for this compiler. As I said, doing the "one error at a time" approach is killing me... so unless someone is working on this right now (I'll just wait if they are) can I get some advice on how to approach this port to work with MSVC++ 7.0 and SLTPort...? Thanks, and as I mentioned earlier, I think the concepts and design in this library are great... keep up the good work! Chris