
AMDG ch.asad@gmail.com wrote:
Hi I am getting errors when i ininclude boost header file in my project.
my progrm is running fine. I want ot use boost asio in my program. But when just write "include<boost/asio>" or any other header fie of boost in my program i am getting below errors. It just started all of a suddden before that it was working fine. I am tring it with Eclpse and MinGW.Please also guide me how t setup boost for Visual C++.net 9.0. I have tried boost_1_38_0 and boost_1_41_0 but same problem.
i am getting the following errors on eclipse.
Thanks in advance, -Asad
Description Resource Path Location Type (Errors 5) D:/boost/boost_1_38_0/boost/system/error_code.hpp undefined reference to `boost::system::get_generic_category()' test project 206 C/C++ Problem
You need to link to the boost_system library. In Christ, Steven Watanabe