I recently upgraded my CCWIMAQVision library to MeasurementStudio 7.1.1 -- I changed my Particle report function calls from the BasicParticle(...) function that was part of the old MeasurementStudio to the MeasurementStudio 7.1.1 version function call, ParticleReport(...)
Everytime I make the ParticleReport(...) call the library throws an exception, any ideas why?
C_CWIMAQParticleReport report = visionObject->CreateCWIMAQParticleReport();
visionObject->ParticleReport (image,report,COleVariant((long)1),COleVariant((long)1));