Hello,
I built a small GUI in visual basic with visual studio 2005
I used some ActiveX objects like NIVBAILib.ocx to control VBAI and CWIMAQViewer to display images.
I based my work on the InspectionExample from within the Vision Builder 3.0 tree.
I'm able to load example inspections shipped with VBAI 3.0, but as my own inspection is using IMAQ I/O steps,
it crashes within ShowOpenInspectionDialog.
If I sweep this inspection from it's IO step, everything is working well.
I tried to add CWIMAQIO and CWIMAQ1394 assemblies in the references, but it doesn't fix anything.
Thanks in advance for your attention.