wangjunbao / hand-gesture-detection

Automatically exported from code.google.com/p/hand-gesture-detection
0 stars 0 forks source link

fatal error LNK1120: 1 unresolved externals #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded Hand_Gesture_Detection.c and hand.xml
2. copy it in project
3. try to run project

What is the expected output? What do you see instead?
I get following error while compilation.

"Test.obj : error LNK2019: unresolved external symbol _cvHaarDetectObjects 
referenced in function "void __cdecl detect_and_draw(struct _IplImage *)" 
(?detect_and_draw@@YAXPAU_IplImage@@@Z)
C:\Documents and Settings\Comp\My Documents\Visual Studio 
2008\Projects\MyCV\MyCV\Debug\MyCV.exe : fatal error LNK1120: 1 unresolved 
externals"

What version of the product are you using? On what operating system?
Opencv 2.3.1 and VS 9 2008

Please provide any additional information below.
I think there is missing dependency but which I don't know please help me.

Original issue reported on code.google.com by bhush.fa...@gmail.com on 27 Mar 2012 at 4:58

GoogleCodeExporter commented 9 years ago
unresolved externals - this means the configuration of this application (libs 
and header files)are not setup correctly, thus leading to the error that some 
functions used in this application is not found.

Original comment by li4...@gmail.com on 24 Apr 2012 at 10:35