Re: [CMake] CMake with VS2015 C++ Build Tools and missing ucrtbased.dll

2017-03-10 Thread Roger Leigh
On 10/03/2017 16:47, TT wrote: I'm having the same problem with "missing" ucrtbased.dll even though it is present in all the platforms under C:\Program Files (x86)\Windows Kits\10\bin\ I have tried reinstalling the Windows SDK and the Microsoft C++ Build Tools (2015). From Andrew Pardoe: "It

Re: [CMake] CMake with VS2015 C++ Build Tools and missing ucrtbased.dll

2017-03-10 Thread J Decker
or copy ucrtbased.dll into your program directory... ucrtbaseD.dll is the debug version, and is only installed with the compilers, and not just the windows kits(?). On Fri, Mar 10, 2017 at 8:47 AM, TT wrote: > I'm having the same problem with "missing" ucrtbased.dll even

Re: [CMake] CMake with VS2015 C++ Build Tools and missing ucrtbased.dll

2017-03-10 Thread TT
I'm having the same problem with "missing" ucrtbased.dll even though it is present in all the platforms under C:\Program Files (x86)\Windows Kits\10\bin\ I have tried reinstalling the Windows SDK and the Microsoft C++ Build Tools (2015). Here are some related links with no solutions: 1)

[CMake] CMake with VS2015 C++ Build Tools and missing ucrtbased.dll

2016-07-10 Thread Roger Leigh
I'm doing some initial testing of CMake 3.6.0 with the newly-released Visual Studio 2015 Update 3 C++ Build Tools (http://landinghub.visualstudio.com/visual-cpp-build-tools). I.e. the standalone compiler without the IDE. I'm configuring with: cmake -G Ninja