I am currently programing in Visual Studios C++ (6.0) and using Windows XP.
I am programming a device called NI USB 6009 (an analog to digital converter)
I have hit problems and I think they can be basic due to that I am new in programming.
I had before problems with adding my header files. First it did not find the file and then it was "permission denied". But after reading in forums I think I managed to overcomes this. The reason that I think I overcome this is because now it is instead saying:
1>C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\lib\msvc\NIDAQmx.lib(2) : error C2018: unknown character '0x60'
1>C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\lib\msvc\NIDAQmx.lib(3) : error C2018: unknown character '0x11'
So it seems to find and open my library file (NIDAQmx.lib) but it does not know the characters?