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 <boost/any.hpp>

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.