When I run my C++ application I get an error message says CONCRT140D.dll was not found.
I thought it is a more frequent problem but I was wrong. I found only some useful links. I have some questions:
- What is the difference between with D postfix or without it?
- How Windows knows the missing library is this (if it is missing)?
- It is probably part of the Visual Studio redistributable, so why is it so hard to know what it contains? And how to fix it.
- Install/update VC++ redistributable doesn't solve the problem (or installing many other magic Microsoft things). Anyway, how I can deliver application It seems me an easy problem to fix it, but I still struggle these questions.