03-20-2018 06:02 AM
I have to port some selfwritten moduls with c from Daq(traditional) to DaqMx. Therefore I need to understand what the idea of the old functions is and so I will install DAQ7.5 on my working PC to explore the old stuff. But it appears a FAILED Message see picture.
How can I ignore it?
Because I only need to explore in this case not to build up some executables on my 64Bit OS.
Solved! Go to Solution.
03-20-2018 07:36 AM
Unfortunately, as far as I know there is no release of Traditional Daq compatible with a 64-bit OS, and I know no way of ignoring that warning.
I suppose your only solution is to find a 32-bit machine where to install an evaluation copy of CVI and NI-DAQ and examine your code there.
03-20-2018 07:45 AM - edited 03-20-2018 07:46 AM
Thks a lot for your answer RobertoBozzolo.
That is really really uncomfortable for me. I planed to port the code in one week. When I start to install VM with WinXP and many more eventuallities... no chance to reach the aim ;(
I am fresh from CVI Core 1 + Core 2 lessons, and remember pretty good that there was an option, I mean when you setup your own installer with the CVI IDE, to say check or not check for 64Bit OS.
It would be the best that I get such an Installer for the traditional DAQ where the option to check for the correct OS Bit version is just disabled. The installed stuff really does not have to work, I need it only for exploring old libs.
Intuative I think that for me the online help for trad.DAQ is not enough.
Meanwhile I will check the option again with the online help.
03-21-2018 04:20 AM
Does the function "ReadFromPhysicalMemory" has at all something to do with DAQ (DAQmx or DAQtraditional) ?
03-21-2018 04:29 AM
This function pertains to the Utility library and has nothing to do with data acquisition. Nevertheless, it is obsolete and requires the use of low-level driver which is not supported on 64-bit systems.