rusmanr / video-tracker

Automatically exported from code.google.com/p/video-tracker
0 stars 0 forks source link

Please help me if you make it build on Visual C++ #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Dear,

I tried to build the project by create win32 console from existing code.
But there are a lot errors. I already build the wxWidget and put them in
VC/include
C:\wxWidgets-2.8.9\lib\vc_lib\mswd\
C:\wxWidgets-2.8.9\include
I also copy the cvblobslib.lib to the project folder and use /MDd for
runtime library.  

If you could made it build successfully in Visual Studio, please help me
with a zip file of your project or sth... to  tua08698@temple.edu.
Your help is very appreciated.

Here below I attached my error for build

Original issue reported on code.google.com by caoso...@gmail.com on 22 Feb 2009 at 4:50

Attachments:

GoogleCodeExporter commented 9 years ago
It's not a compiling error, it's a linking one!
In Visual C++, go to the "Project" menu -> "Properties" -> "Linker" tab -> 
"Input" 
category -> "Additional Dependencies" and then add "cvblobls.lib" to the 
possible 
libraries already there.
It worked for me, hope it will for you

Original comment by thomas.z...@gmail.com on 23 Feb 2009 at 6:04

GoogleCodeExporter commented 9 years ago
I didn't go through all of it before, but it seems that you also have a linking 
problem, the exact same, with wxWidgets. You didn't give the linker the good 
libraries. Follow the tutorial 
http://wiki.wxwidgets.org/Microsoft_Visual_C%2B%2B_Guide , especially the 
"Creating a 
New Project by Hand" part.

Original comment by thomas.z...@gmail.com on 23 Feb 2009 at 6:20