12 Jun
2017
12 Jun
'17
11:51 p.m.
On 13/06/2017 06:13, Osman Zakir wrote:
How do I specify that I want to build 64-bit binaries when I run bootstrap and then invoke b2? I had a linker error saying, “1>libboost_thread-vc141-mt-gd-1_64.lib(thread.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'” when I tried to build an ISAPI extension DLL with Wt (just a simple app using the same code as in the “Hello world” example). [Note: I’m just trying out the wtispai.lib/wisapid.lib connector libraries to see how to use them.]
This is focused on a different issue, but this is how I build it: https://stackoverflow.com/a/42408982/43534