C ++ Dll in the dependency quiz shows IESHIMS.dll and MSVCR110.dll

I have a dll that I created on Windows7 (64-bit OS) on a Win32 platform. Unfortunately, when I import this DLL into C # code, I come across:

"

An attempt was made to load a program with the wrong HRESULT format: 0x8007000B

"

When I used DependencyWalker for this DLL, it shows the dependency of IESHIMS.dll and MSVCR110.dll, which cannot be found.

Where do these dlls come from and why does my created dll have a dependency on these two? Help me how can I get this?

Note. I used the x86 platform in my C # code.

+5
source share
3 answers

IEShims.dll Windows Vista Windows 7 Internet Explorer 9 . .

Windows 7 Internet Explorer 9 . Windows 7 http://www.dll-files.com/dllindex/dll-files.shtml?ieshims

+3

, , ​​ ++. . . . MSVCR110.dll. , dll IE dll.

+2

, x86 #.

+1

All Articles