2 Apr
2004
2 Apr
'04
12:50 a.m.
I'm trying to create a simple unit test (using the Unit Test Framework) using boost 1.31.0 + win32 + vc71, but I get the following linker error due to the undefined symbol __imp___CrtSetReportHook:
Can someone help me resolve this undefined symbol (__imp___CrtSetReportHook) problem? Here is my simple "unit test suite" that I am trying to build:
From MSVC help: The C run-time library provides extensive debugging support. To use one of the CRT debug libraries, you must link with /DEBUG and compile with /MDd, /MLd, /MTd, or /LDd.
Also try to use/copy one of the Visual Studio projects supplied with library. Let me know if issue still persist. HTH, Gennadiy.