At Monday 2005-03-14 13:21, you wrote:
It was: bjam "-sTOOLS=vc-7_1" install
Anyway I manually moved everything in C:\Boost\include\boost-1_32\boost to C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\boost that solved the problem.
a better way (long term) to handle it would be to add: $(boost_root)\include\boost-$(boost_version) to your include directories and then adding boost_root=C:\boost boost_version=1_32 to your environment variables. now if you update (like say from CVS) and run the install, you'll still be pointed at the right place
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Gang Wu Sent: Monday, March 14, 2005 12:50 PM To: boost-users@lists.boost.org Subject: [Boost-users] Using boost in VS .NET 2003
Hi, I am trying to use boost in VS .NET 2003. Could someone give me a simple example showing how to make it compiled.
I have run the install: bjam "-sTOOLS=gcc" install I saw it created a folder "c:\boost". But when I , for example, #include
in VC++ .NET project. It always complained that "no such file or directory" no matter how I adjusted include path in settings (Tools->Options->Projects->VC++ Directories). Thank you for any help.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"