Hello,
Thanks a lot, I have been working on that problem all the day...
Yes, I am using managed C++ with Traditional DAQ. I have two reason for this:
1) I am trying to make a wrapper of a C++ class (this class use traditional DAQ). This class was develop in the past and I want to reuse it in my new C# app. is a simple class (it read and write on analog channels and set DAQ card's config) I think that rewrite it (in C#) seems to be easy but...
2) The DAQ card is being used by another aplication using Traditional DAQ (a matlab application). Right now the installed drivers are 6.9 version, and DAQmx isn't available. I have to be sure that installing NI-DAQ 7.3 this app will run properly.
I would like to reuse old C++ class, but I think that, in near future, rewrite the class in native C# using DAQmx will be a better solution.
what do you think about?
Again... thanks a lot for really useful help,
Kiko Llaneras.