[macstl-dev] linker error on VC7
Kyle Hegeman
kyle.hegeman at gmail.com
Sun Feb 27 13:17:05 WST 2005
> > I've been experiencing linker errors on VC7 using macstl. Here is a
> > simple example of something that doesn't work for me. Adding the
> > following code in a new cpp file to the benchmark project:
>
> IIRC, VC 7.0 corresponds to Visual C++ .NET 2000 (or 2001?), but macstl
> is only qualified to work with VC 7.1 which corresponds to Visual C++
> .NET 2003. 2003 has far better support for modern C++ especially
> template partial specialization, and macstl won't work without that
> feature.
>
Sorry I should have been more specific. I'm using:
Visual C++ .NET 2003, VC 7.1.3088.
> Have you managed to get the benchmark or vectest suites to compile on
> your IDE? The linker errors do look as if it's having problems with
> partial specializations.
>
Yes the benchmark and vectest suite compile and runs fine. I get the
error when I add a single source file to the benchmark suite project.
Then it will no longer link for me.
More information about the macstl-dev
mailing list