lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Sep 21, 2016 at 11:44 AM, Christian N. <cn00@gmx.at> wrote:

> Tangetially related: With the ucrtbase.dll since Windows 10 / VS 2015, the operating system becomes a CRT delivery channel again (cf. the oldnewthing blog article mentioned previously in this thread). This CRT is announced to be stable across major VS versions (https://blogs.msdn.microsoft.com/vcblog/2015/03/03/introducing-the-universal-crt/) and will thus hopefully tame the Windows CRT jungle.

Unfortunately, not in the way it is officially documented. Officially you would still need vcruntimeXXX.dll that are not distributed with the OS,

Unofficially, there is a workaround [1], which makes it possible to use ucrtbase.dll without vcruntimeXXX.dll, but this is still not problem free [2].

Cheers,
V.

[1] http://stevedower.id.au/blog/building-for-python-3-5/

[2] http://stevedower.id.au/blog/building-for-python-3-5-part-two/