06-29-2009 11:20 PM
Dear Sir,
Does 64-bit DLL ready for NI DAQmx?
Could I develop 64-bit application in LabVIEW?
please give me the web pages for further understanding,
Thank you,
06-30-2009 07:59 AM
LabVIEW is a 32 bit application and runs in the 32 bit Windows
subsystem when you install it on a 64 bit Windows OS. As such it can't
load or otherwise use any 64 bit DLLs.
I believe the best solution would be to recompile your DLL as a 32 bit DLL and load that into LabVIEW. Also, have a look at the following KB article:
Are National Instruments Products Compatible with 64-bit Windows XP x64 Operating Systems?
06-30-2009 10:00 PM
Thanks Adnan,
Do you know when DAQmx could be ready for developing 64-bit applicaiton?
I am using Visual C++ with DAQmx API now and need 64-dll library for my experiement.
07-01-2009 12:47 AM
Sounds like they are working on it.
http://forums.ni.com/ni/board/message?board.id=170&message.id=319502&requireLogin=False
07-01-2009 09:58 AM