Mseddikoo / video-tracker

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

compile in Visual Studio 2003 #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I've compile your program in VS2003 and I did not have any problem to 
do that.
But, when I run it in debug mode, it fails in the function getBlobs, just 
in the line 
blobs.PrintBlobs( "blobs.txt" ); (extractBlob.cpp)

the error is
-pure virtual function call

What version of the product are you using? On what operating system?
I am compiling the r350
wxWidgets 2.8.10
cvbloblib v6 (I've used that because v8 (last currently available has not 
a contructor CBlobResult(IplImage* IplImage*, int, bool)

When I run the program in release mode, It just crash.

May be you can tell me, if there something wrong in the versions that I am 
using, or something like.

Thanks.
Jorge.-

Original issue reported on code.google.com by JGColl...@gmail.com on 2 Feb 2010 at 11:15