07-20-2005 11:05 AM
07-26-2005 08:11 AM
07-26-2005 09:23 AM
m_processor->Create(NULL,NULL,CRect(50,50,100,100),this,NULL);
m_processor->Process();
m_processor=new CAlgorithm2Processor();//CAlgorithm2Processor is based on CProcessor
m_processor->Create(NULL,NULL,CRect(50,50,100,100),this,NULL);
07-27-2005 02:14 PM
07-27-2005 02:33 PM
10-12-2006 10:14 AM
Referring to the "drohacek" reply, how can I get the attachment referred to in these comments?
"The attached program demonstrates creating instances of the CWIMAQVision control, both through the dialog resource and programmatically, and calling into them. I am able to run this successfully on a machine with Vision 7.1.1."
Thanks
10-13-2006 05:35 PM