05-19-2009 06:45 AM
"c:\program files\national instruments\vision\examples\msvc\threshold and label".
I open "Threshold And Label.dsw", try to Build. But
c:\program files\national instruments\vision\examples\msvc\threshold and label\stdafx.h(26) : fatal error C1083: Cannot open include file: 'nivision.h': No such file or directory
is fallen.
05-20-2009 07:10 PM
05-20-2009 07:40 PM
Except it appears to be out of date...
Newer versions of NI drivers all place their C header/lib files under the following location:
C:\Program Files\National Instruments\Shared\ExternalCompilerSupport\C (add \include or \Lib32 or \Lib64)
Follow the instructions in the KB but use this modified path instead.
Eric
05-21-2009 05:54 AM