First run (0x000007b) Error

asked 2016-03-20 15:39:02 -0600

sajjad_sss gravatar image

Hey i newly setup opencv 3 on vs2013 in Windows 10 but after i release/debug it show : the application was unable to start correctly (0x000007b).opencv error ... im amateur in opencv and have no idea what to do i setup linker _ add dir _ add lib again and again but doesnt work .

edit retag flag offensive close merge delete

Comments

That problem id is generally related to running x64 compiled program in a 32 bits target machine (and also viceversa too)

LorenaGdL gravatar imageLorenaGdL ( 2016-03-20 16:48:38 -0600 )edit

so dear what is the solution ?

sajjad_sss gravatar imagesajjad_sss ( 2016-03-21 07:13:45 -0600 )edit

Make sure you've built the proper OpenCV for your machine (32 vs 64). Then, make sure you've properly configure your OpenCV solution to target the corresponding x32 or x64 machine (Configuration Manager). There are excellent tutorials online about setting up OpenCV - try them, and if you failagain, come back with a more detail explanation

LorenaGdL gravatar imageLorenaGdL ( 2016-03-21 12:23:10 -0600 )edit

@sajjad_sss Given your new question, I guess this is solved, right?

LorenaGdL gravatar imageLorenaGdL ( 2016-03-21 15:29:59 -0600 )edit