UnReal World > General Discussion

api-ms-win-crt-stdio missing

(1/2) > >>

tedomedo:
I'd like to try urw 3.4 but i don't have api-ms-win-crt-stdio. I thing i should have visual c++ 2015 but i can't install it because i don't have update KB2919355 which i can't install either. I downloaded this .dll and moved it to both system32 and syswow64 but no effect. On some websites i see that i should perform cmd commands %windir%\System32\regsvr32.exe /i api-ms-win-crt-stdio-l1-1-0.dll and %windir%\SysWoW64\regsvr32.exe /i api-ms-win-crt-stdio-l1-1-0.dll so that copying this api'.dll file to sys'32 and 64 folders will work. I don't want to do this without someones confirmation.

Or just give me a link to an urw version for visual c++ 2013.

Saiko Kila:

--- Quote from: tedomedo on July 07, 2017, 11:23:25 AM ---I'd like to try urw 3.4 but i don't have api-ms-win-crt-stdio. I thing i should have visual c++ 2015 but i can't install it because i don't have update KB2919355 which i can't install either. I downloaded this .dll and moved it to both system32 and syswow64 but no effect. On some websites i see that i should perform cmd commands %windir%\System32\regsvr32.exe /i api-ms-win-crt-stdio-l1-1-0.dll and %windir%\SysWoW64\regsvr32.exe /i api-ms-win-crt-stdio-l1-1-0.dll so that copying this api'.dll file to sys'32 and 64 folders will work. I don't want to do this without someones confirmation.

Or just give me a link to an urw version for visual c++ 2013.

--- End quote ---

Have Visual C++ 2015? What for? You only need the library to be accessible. You can do it the way you described. If something stops working after registering the libraries, you can always unregister them by adding "/u" switch, like this for example:
%windir%\System32\regsvr32.exe /u /i %windir%\System32\api-ms-win-crt-stdio-l1-1-0.dll
%windir%\SysWoW64\regsvr32.exe /u /i %windir%\SysWoW64\api-ms-win-crt-stdio-l1-1-0.dll
You need to use command line console (cmd.exe) with heightened privileges, i.e. administrative. It is also possible it will work without the "/i" switch. What operating system it is, by the way?

dkoor:
Had a prob with this on windows 7 and nothing helped untill switch to win 10.

tedomedo:
I tried command "%windir%\System32\regsvr32.exe /u /i %windir%\System32\api-ms-win-crt-stdio-l1-1-0.dll", but it didn't work, i got message that my downloaded api-ms-win-crt-stdio-l1-1-0.dll is not good, valid or something like that. A stupid question: can you save urw in visual studio 2013?

Sami:
This thread at old forums might help:

http://z3.invisionfree.com/UrW_forum/index.php?showtopic=8393

...all the necessary .dlls are installable on Windows 7, but it probablt requires all the service packs installed. (The current Windows version is actually built on Windows 7.)

Navigation

[0] Message Index

[#] Next page

Go to full version