Hi Ruslan and other developers!

23.07.2015, 16:12, Ruslan Baratov" <ruslan_bara...@yahoo.com>:
> On 23-Jul-15 12:32, Konstantin Podsvirov wrote:
>> Hi dear CMake developers!
>>
>> Meet modern CMake built on MSVC2015 c QtDialog based on Qt 5.5 from today :-)
>>
>> Windows 32bit:
>>
>> http://ifw.podsvirov.pro/cmake/cmake-master-win32-online.exe
>>
>> Windows 64bit:
>>
>> http://ifw.podsvirov.pro/cmake/cmake-master-win64-online.exe
>>
>> As always, questions and suggestions are welcome.
>>
>> --
>> Regards,
>> Konstantin Podsvirov
>
> Both versions can't start because dll is missing:
> api-ms-win-crt-runtime-l1-1-0.dll
> Win 7 x64
>
> Ruslan

To solve the problem quickly, you need to install Visual C++ Redistributable 
for Visual Studio 2015 from the link below:

http://www.microsoft.com/en-us/download/details.aspx?id=48145

Now more interesting :-)

Outdoor platforms may not be Universal CRT:

http://blogs.msdn.com/b/vcblog/archive/2015/03/03/introducing-the-universal-crt.aspx

CMake uses the module "InstallRequiredSystemLibraries" to install dependencies.
Who is in charge here on this module? Should this module to install Universal 
CRT
(api-ms-win-crt-runtime-xxx.dll library) for MSVC14 ?

--
Regards,
Konstantin Podsvirov
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to