Ask Your Question
0

Entry point not found

asked 2016-03-06 12:53:39 -0600

image description

when i run c++ project that time i get this error.

i am using windows 8.1

visual studio 8

opencv 3.0.0

edit retag flag offensive close merge delete

Comments

you're trying to use vs2011 libs with vs2008 ? that can't work ever.

berak gravatar imageberak ( 2016-03-06 13:00:01 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
-2

answered 2016-03-07 02:46:27 -0600

Saran gravatar image

Are you using EmguCV? .debug the code step by step,you can find the issue...

edit flag offensive delete link more
0

answered 2016-03-06 13:10:52 -0600

berak gravatar image

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 ;)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-06 12:53:39 -0600

Seen: 799 times

Last updated: Mar 07 '16