- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to use Intel's OpenCV Library in Visual C++ .Net (using Visual Studio .Net 2003).
I tried doing the following:
Tools > Options > Projects > VC++ Directories,
I am trying to use Intel's OpenCV Library in Visual C++ .Net (using Visual Studio .Net 2003).
I tried doing the following:
Tools > Options > Projects > VC++ Directories,
and added the following:
include files:
C:Program FilesOpenCVappsHaarTraininginclude
C:Program FilesOpenCVcvauxinclude
C:Program FilesOpenCVcxcoreinclude
C:Program FilesOpenCVotherlibshighgui
C:Program FilesOpenCVcvinclude
Library Files:
C:Program FilesOpenCVlib
project->Project properties->linker->input->additional
dependencies=cvlib
everything was fine but when i wrote this function ( cvShowImage("Opening&Closing window",dest);)in my project then
i got the folowing error
"error lnk2001:unresolved external symbol
void_cdeclcvcvShowImage(char const*,char const*);
"
Now What should i do now ?
Thanks alot in advance
mush
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
seems you did not specified in additional libs the library which contains function you call in application. I believe it should be highgui.lib but you need to check this with your OpenCV manual.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page