When you run a single game program, an error of this kind pops up:
Given:
- Win7 x86
- Microsoft Visual C ++ 2005, 2008, 2010
Also tried running as administrator, did not help. I read on the forums that it is "Should" help
I will be very grateful
When you run a single game program, an error of this kind pops up:
Given:
Also tried running as administrator, did not help. I read on the forums that it is "Should" help
I will be very grateful
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Most likely any dll is missing. When developing an application, there could be a Visual C ++ 2010 prof or another that comes with its own modules.
For example:
"msvcp100.dll" - 100 номер версии студии. "msvcr100.dll"
And when you run .exe on another computer:
Therefore, all dependent dll modules should be placed in the root folder of the application or copied to the system folder during installation.
All other types of errors and ways to solve them, based on the available information, it is impossible to determine.
Source: https://ru.stackoverflow.com/questions/206035/
All Articles