Opencv 2.4.11 windows 8 visual stuido 2012 professional The application was unable to start correctly (0xc00007b) -


i follow tutorial on

http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_opencv/windows_visual_studio_opencv.html#windows-visual-studio-how-to

and set project property --> c/c++ directory c:\opencv\build\include

and linker--> additonal library directory c:\opencv\build\x64\vc12\lib

linker --> input : opencv_calib3d2411d.lib opencv_contrib2411d.lib opencv_core2411d.lib opencv_features2d2411d.lib opencv_flann2411d.lib opencv_gpu2411d.lib opencv_highgui2411d.lib opencv_imgproc2411d.lib opencv_legacy2411d.lib opencv_ml2411d.lib opencv_nonfree2411d.lib opencv_objdetect2411d.lib opencv_ocl2411d.lib opencv_photo2411d.lib opencv_stitching2411d.lib opencv_superres2411d.lib opencv_ts2411d.lib opencv_video2411d.lib opencv_videostab2411d.lib

and use test code here

http://docs.opencv.org/_downloads/introduction_windows_vs.cpp

it built successully when run say: application unable start correctly (0xc00007b)


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -