11-15-2006 06:15 AM
Hi everybody, I am looking for help about how to configure and use the CIN node.
My platform is Windows 2000 OS + LabVIEW 8.0 + VC++6.0.
According to <using External Code in LabVIEW> manual which I downloaded from NI’s web ni.com, I wrote the .c file completely and compiled successfully which is just accomplish A*B function, but no .lsb file has borne!
Read the manual carefully and I found there is a section in page 75th the Visual C++ command line. It says that “using command line tools in Windows to build CINs”, and in page 76th it says again that “you can compile the CIN code using the following command, where mult is the makefile name: nmake/f mult.lvm” .
And now I want to ask the questions: What is command line tools? How to find it and how to use it? Where should the command “nmake/f mult.lvm” be? Is the .lvm file be independent completely from the other files such as .c file? How to use .lvm file and write to where?
knifeman
11-16-2006
02:10 AM
- last edited on
07-02-2024
01:28 PM
by
Content Cleaner
11-16-2006 09:44 AM