04-17-2013 12:14 PM
I'm using VisualStudio 2008 to build my application and using LabWindows/CVI 2012 for the GUIs and drivers.
I need to build the application as a 64-bit program, but can't find 64-bit LabWindows/CVI include files.
All of the include files are in the Program Files (x86) folder.
04-18-2013 12:00 PM
Jeffrey,
The include files might also be stored at C:\Program Files\National Instruments\Shared\CVI. I would suggest looking there to see if the 64-bit include libraries are located there on your system.
Additionally, even though the include files you found were in the Program Files (x86) folder, some of these files can be platform-agnostic and work across versions. It might be worth it to verify that including these files does not work for your 64-bit application.
I hope this helps, but let us know if you need any more assistance!