Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

0xc000007b error when trying the sample programs.

using Windows 7 64bit sp1. Visual Studio 2008 vc9 (got 64bit redistribution installed)

been googling for many hours , reinstalled opencv a few times , with different versions.

so far I found out that this error is caused by 32bit - 64bit encounter.

I downloaded Dependency Walker and checked my debug exe it had a few "cannot find" messeges MSVCP80D.dll, MSVCR80D.dll , IESHIMS.dll and TBB_DEBUG.dll

so I tried to get those files into the project folder. downloaded the first 3 and got the tbb_debug from the opencv folder

now i still have the 0xc000007b messege when trying to use the executeable and the dependecny walker says the following:

Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Error: Modules with different CPU types were found.

and in the files list nothing that i can see where the problem is at (no red lines no nothin!)