$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bart (bartmann_nsd_at_[hidden])
Date: 2004-09-07 18:38:06
On Sat, 04 Sep 2004 20:27:07 +0200, Andreas Kempf wrote:
> My IDE for C++ is VC++.net
> I heard that it is impossible to compile Boost with its compiler. I
> replaced the compiler with the VC++.net 2003 Toolkit Compiler, but it
> still doesn't work.
> Can anyone help me compiling with the VC++.net 2003 Toolkit?
You can build boost with that compiler, but you must use bjam.
Directions are here:
http://www.boost.org/more/getting_started.html
Visual studio .net 2003 is the vc7.1 toolkit.
Once you've built the libraries, you can use the VC++ IDE to build a
project that uses the boost and include files.
HTH
Bart