Hi!

On Thu, Aug 11, 2011 at 6:35 PM, Yong Qin <YQIN_99@yahoo.com> wrote:
I have tried to use boost unit test on Eclipse CDT w/ MinGW and VC++. But I can not link to the static boost library: libboost_unit_test_framework-vc100-mt-1_47.lib.
 
The code I used:
 
[...]
 
What is wrong?

As the name of the library implies, which you are trying to link with, this lib was build for visual c++ and not MinGW. Try building boost with MinGW and link against it.

Best Regards,
Ovanes