LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fatal error U1052, CIN and C code

I am trying to get C code edited in Microsoft Visual C++ V. 6.0 to my CIN in LabView 6.1 on the Windows 2000 operating system. I've been trying to use the Visual C++ Command Line method described in "Using External Code in LabView" page 3-13. Unfortunately, I keep getting fatal error U1052: unable to find file, every time I try to use the nmake /f on my makefile. I've tried defining my CINTOOLSDIR in a couple of different places, but so far no luck. The IDE method doesn't work and I'm running out of other things to try. Any suggestions? The C code and LabView file I'm trying to make work are attached.

Thanks.
Download All
0 Kudos
Message 1 of 2
(2,634 Views)
Have you tried the IDE method? There is a typo in the steps to use, but it does work with the correct parameters. If you look at step 6 it lists a directory to lvsbutil. Remove the win32 part since there isn't a win32 subdirectory. It should work after this is changed.
0 Kudos
Message 2 of 2
(2,634 Views)