Hi,
I use the MPT library with Visual Studio 2005 VC++
If I compile in release version it works fine and run fine.
in Debug, it compiles but stops at the initStream.
Here the code :
-----------------
MPEyeFinder *m_eyefinder;
m_eyefinder = new MPEyeFinderBinary();
m_eyefinder->setPixelMax(900);
m_eyefinder->initStream(imgWidth, imgHeight);
-> crash
----------------
it...
2007-02-07 15:34:14 UTC in Kolmogorov