A
Arun87_2
Guest
I have a c++ desktop application developed using C++17,v142 toolset, VS 2019 in windows 10. I have set the windows sdk version to be 10.0.18362.0. The application builds and runs fine .
The application would be deployed to run on windows 7 and 8 as well.
I have a windows 7 SP1 which is updated, but it contains ucrtbase.dll ver 10.0.14393
Tried to get the universal crt redistributable for version 10.0.18362 but couldn't. Would there be any problem if I try to run my application which is built on sdk 10.0.18362 on windows 7 with ver 10.0.14393 ?
Continue reading...
The application would be deployed to run on windows 7 and 8 as well.
I have a windows 7 SP1 which is updated, but it contains ucrtbase.dll ver 10.0.14393
Tried to get the universal crt redistributable for version 10.0.18362 but couldn't. Would there be any problem if I try to run my application which is built on sdk 10.0.18362 on windows 7 with ver 10.0.14393 ?
Continue reading...