First run (0x000007b) Error
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 .
That problem id is generally related to running x64 compiled program in a 32 bits target machine (and also viceversa too)
so dear what is the solution ?
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
@sajjad_sss Given your new question, I guess this is solved, right?