stefan789 / pylibnidaqmx

Automatically exported from code.google.com/p/pylibnidaqmx
Other
0 stars 0 forks source link

NIDAQmx.h missing on windows 7 64 bit #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Install NIDAQ drivers from NI. Run any pylibnydaqmx command.

What is the expected output? What do you see instead?
pylibnidaqmx should include the NIDAQmx.h from the "Program Files (x86)" dir.

What version of the product are you using? On what operating system?
Latest from git, on windows7

Please provide any additional information below.
NI installs only dev files in C:\Program Files (x86)\National 
Instruments\NI-DAQ, not in C:\Program Files)\National Instruments\NI-DAQ

Original issue reported on code.google.com by vascoten...@gmail.com on 19 Oct 2012 at 9:27

GoogleCodeExporter commented 9 years ago
It's here!
C:\Program Files (x86)\National Instruments\Shared\CVI\Include

Original comment by chaudhar...@gmail.com on 8 Oct 2013 at 10:47

GoogleCodeExporter commented 9 years ago
I have applied this information bit to nidaqmx/libnidaqmx.py.
Please try from repo again.

Original comment by pearu.peterson on 9 Oct 2013 at 7:45

GoogleCodeExporter commented 9 years ago
I have NI-DAQmx 9.8 on Windows 7-64.
In this case NIDAQmx.h is in two locations:

C:\Program Files (x86)\National Instruments\NI-DAQ\DAQmx ANSI C Dev\include
C:\Program Files (x86)\National 
Instruments\Shared\ExternalCompilerSupport\C\include

Original comment by a...@opto.cetuc.puc-rio.br on 4 Dec 2013 at 11:43