I am writing an SNMP agent DLL in Visual C++ 6.0 that needs to get data from a PCI-DIO-96 board. I have CW DAQ 3.0.1.
The problem is that the CWDIO object is not available after #import'ing the typelib into by project. All the other objects (e.g. CWDIOLine) are available.
The application does not have a GUI, so I cannot place the DIO control on a form. It must be dynamically created.
How can this be solved?