Entry point not found
when i run c++ project that time i get this error.
i am using windows 8.1
visual studio 8
opencv 3.0.0
when i run c++ project that time i get this error.
i am using windows 8.1
visual studio 8
opencv 3.0.0
if you are using vs2008, you will have to build the opencv libs from src, using cmake.
have a look here , ignore all prerequisites for now, and go straight to 7. (the cmake stuff)
for vs2008, you will have to disable the WITH_IPP, and ENABLE_SOLUTION_FOLDERS options
good luck, and come back, if you run into trouble ;)
Are you using EmguCV? .debug the code step by step,you can find the issue...
Asked: 2016-03-06 12:53:39 -0600
Seen: 947 times
Last updated: Mar 07 '16
you're trying to use vs2011 libs with vs2008 ? that can't work ever.