07-09-2015 08:32 AM
Hey guys. I have a problem with this function. I already included NIDAQmx.h in my c++ aplication and all the functions in this header works. However, I was checking and "DAQmxReserveNetworkDevice" wasn`t included in the header, same as DAQmxAddNetworkDevice. How do I use these functions in my c++ application then?
Solved! Go to Solution.
07-09-2015 03:16 PM
I got it. I just added the function in the NIDAQmx.h, so now I`m able to use the function. I`m posting in the attachments the header file in case anybody needs 🙂