After creating separate header file which consists of boost libraries, then I try to include in existing project.
But it shows the following error:
:: Error 15 error LNK2038: mismatch detected for 'boost_log_abi':
value 'v2s_mt_nt5' doesn't match value 'v2s_mt_nt6' in BoostLogger.obj
E:\Projects\native\dcnotificationserver\loggerutil.obj ::
I know that previous project works from Windows XP to Current Windows OS (i.e.)10 .
But I read that boost supports from Windows XP.
What is the problem?
How to solve it?
I think the problem due to windows version?
For further information, please ask me.
EDIT:
I'm using:
Compiler: msvc 10
Boost version: 1.60
Visual Studio 2010