I wanted to check on opinions of which may be better and faster for a 250ppm(part per minute)-900ppm machine vision application that does OCR or Pattern Matching: 1) Make a C++ application using the C functions in LabWindows/CVI or 2) using the ActiveX controls in a .NET enviroment?
Since .NET is an interpretive language, it is inheritly slower (in my opinion) than code that is compiled with Visual C++ 6. Obviously easier memory managment in .NET is better, but is it worth a possible slower speed for the above mentioned parameters?
Any opinion would be helpful.
Thanks,
Mark