I also just started learning LabVIEW. I'm more interested in how to compile it in C language.CodeEmbedded in LabVIEW, I checked some papers on the Internet, but they all said that they passed the verification under vc5.0. The papers published in recent years used vc5.0. It seems that they copied everything, finally, it was generated under vc6.0. LSB file. In fact, it is the same as the setting in vc5.0, except that those typographical personnel mess up the double quotation marks that are needed and not needed.
In build commands, enter ("<your cintools path>/lvsbutil" "$ (targetname)"-d "$ (wkspdir)/$ (outdir )"). Lvsbutil is a tool of LabVIEW. In the cintools directory under the LabVIEW installation directory, the function is similar to that of the C ++ compiler. The your cintools path refers to the absolute path of the cintools directory; all paths and file names (targetname) in the command line are enclosed in double quotation marks!