Looking for appropriate method to put dlls in SysWOW64 folder

  • Thread starter Thread starter Geng88
  • Start date Start date
G

Geng88

Guest
Hi All,

After installing the Microsoft Visual C++ Redistributable for Visual Studio 2019 (x64 version) on a Win 10 IoT enterprise platform, I still unable to run my c++ application on the platform due to some missing dlls in SysWOW64 folder.
I need to manually copy those files from other location and paste them into SysWOW64 folder before I able to execute my
application.

Due to there are quite a number of dlls which are having the same name, I have no confidence whether I've copied the correct files into the correct location. Also, I feel that it would be tedious if I need to repeat the manual copy procedures in other future units.

Is there anyone know the appropriote method to put the dlls as listed below into the SysWOW64 folder.

1) ucrtbase.dll
2) ucrtbased.dll
3) ucrtbase_clr0400.dll
4) vcruntime140.dll
5) vcruntime140d.dll
6) vcruntime140_clr0400.dll

Thank You.

Regards

Geng88

Continue reading...
 
Back
Top