Ask Your Question
1

Missing dlls on Windows 8.1

asked 2014-01-15 16:16:11 -0600

mkallay gravatar image

In my app, which is problem-free on Windows 7, one of my dlls fails to load on my Windows 8.1 machine. Dependency Walker point to missing dlls: API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL and EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL. The dlls are nowhere to be found on my machine. Searching for the offending API calls, I am wondering if they are deep inside some OpenCV functions. I am using 2.4.6, is it compatible with Win 8.1? If not, is 2.4.8?

Michael

edit retag flag offensive close merge delete

Comments

I have a similar problem though dlls are different. I am using OpenCV 2.4.8. + Windows 8.1 + VS 2010. For me HIGHGUI gives the error and the missing dlls are:

API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL

API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL

API-MS-WIN-SERVICE-PRIVATE-L1-1-1.DLL

API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL

EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL

IESHIMS.DLL

staples gravatar imagestaples ( 2014-02-05 03:52:15 -0600 )edit

If you switched to win8.1 did you use Visual Studio? If so, did you use the vc11 folders? Because the vc10 and vc9 folder won't work on windows 8. Also using old versions of the library is probably not the best approach, first check 2.4.8 then report back. Your code should still work since libs are backwards compatible.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-02-05 09:16:03 -0600 )edit

However, looking at this topic i am afraid that it is a core problem of windows 8.1 ... which hasn't been resolved since now...

StevenPuttemans gravatar imageStevenPuttemans ( 2014-02-05 09:20:24 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-04-02 04:46:40 -0600

mrzl gravatar image

I've got the same issue on my machine. I'm using the Metaio framework, though. This is bollocks.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-15 16:16:11 -0600

Seen: 11,431 times

Last updated: Apr 02 '14