You need to give the path to boost root directory (path upto boost_1_27_0,
say) to tools->options->directories->include to your project workspace.
Are you using MSVC compiler only ?
If you want to use any other compiler (say Intel C++ compiler), you need to
select the compiler also by setting tools->select compiler .
"Ihsan Ali Al Darhi"
Hi...
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!!!!
Can u guide me to use Boost with this compiler?
Mohammed