24 Jun
2021
24 Jun
'21
6:56 a.m.
On 23/06/2021 18:25, 😉 Good Guy 😉 via Boost-users wrote:
Are you compiling in command line or are you using the IDE?
My VS2019 is at version:
Visual Studio 2019 Developer Command Prompt v16.9.6
Huge thanks for trying this. I'm using the IDE and my VS version is currently 16.10.2
I used the cmd line using this:
cl /EHsc /I D:\Tmp\Boost\boost_1_76_0 boost.cpp /link /LIBPATH:D:\Tmp\Boost\boost_1_76_0\stage\lib
I'm not massively familiar with command line builds... is there something in there that would guarantee a Debug build? (I don't see the problem with a Release build...) Thanks, John