Boost logo

Boost Users :

From: Terje Sletteb? (terje.s_at_[hidden])
Date: 2002-07-17 18:28:15


>From: "Ihsan Ali Al Darhi" <iad929_at_[hidden]>

> Trying to use Dev-C++ with Boost. I created a new project and included all
> the Boost header files in the settings of the compiler. I added a new
module
> and wrote a main() {} function after included some header files of Boost.
>
> Whe I tried to compile the program it produces an error message that the
> header files don't exist!!!!

Try adding it to the project include path: Project->Project
Options->Files/Directories->Include Directories. Note that if you include
".../boost" there, you also have to use "boost/..." in the #include, as the
path is ".../boost/boost/...".

It works for me.

Regards,

Terje


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net