12-20-2008 02:54 PM
I use PCIe-1429 and NI-IMAQ 4.1, and programming on VS2005.
Doesn't 64bit version NI-IMAQ library exist?
Solved! Go to Solution.
12-21-2008 08:36 PM
Yes, IMAQ includes 64-bit application support for a C/C++ development environment. The sample projects included for Visual Studio should have a configuration for "x64" targets that you can see.
Eric
12-21-2008 11:57 PM
Thanks for answer.
But, I can't find it...
Do you know exact (or typical) path?
12-22-2008 09:18 AM
Wooddoll,
The 64-bit import libraries typically are installed under C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport\C\Lib64\MSVC\imaq.lib for the 64-bit variants.
The actual 64-bit DLL is typically installed to C:\windows\system32\imaq.dll.
Eric
12-22-2008 09:32 AM
Thanks, Eric.
I found it, and it works perfectly. 🙂
Have a nice day~