Open GoogleCodeExporter opened 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
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
Original issue reported on code.google.com by
caoso...@gmail.com
on 22 Feb 2009 at 4:50Attachments: