Hi,
I am developing an application in 'Visual C++ 2005 Express' that controls a DAQCard 6715 board. I am making use of the 'Config_DAQ_Event_Message' to update the voltage values in the board every half buffer. My application is able to go through the callback function that raises the event once, but then gives the following error:
Unhandled exception at 0x0520ffb4 in HRDCP Modulator.exe: 0xC0000096: Privileged instruction.
I have used this functionality in the past with Visual C++ 6.0, but I had to move to the .NET environment in order to incorporate some libraries.
Any idea how to solve this exception?
Thanks in advance,
Toni