Re: [CMake] cdash/ctest question

2017-03-10 Thread Alexander Neundorf
Hi John, On 2016 M01 19, Tue 07:55:27 CET Biddiscombe, John A. wrote: > Alex > > Thank you for this information. I shall test this out right away. so, did it work out ? Alex -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CM

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 t

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 though it is > present

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) https://