I recently bought a data acquisition board ("NI 6341"), which has a CD with the driver, but doesn't provide any library (.h) to communicate with it. I think this is because they only want the board to be used by NI LAB VIEW, witch in theory recognizes it.
So, how can I get access to the driver functionality (make a library), so that I can use C++ to control the board?
Is it possible to access driver callbacks in Windows and make a library?
Please help. Thanks in advance.