Hello,

I am trying to use Boost.Test 1.53 on a Windows 7 x64 platform and VS2012.

I compiled the libraries using

.\b2 variant=release link=static threading=multi runtime-link=shared toolset=msvc-11.0 address-model=64

Linking the libraries with my (x64) test program produces the following error:

libboost_unit_test_framework-vc110-mt-gd-1_53.lib(unit_test_suite.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

I am surprised as I have used the boost serialization library compiled with the same command line in x64 programs without such error.

Any help appreciated,

Bob