06-03-1999 07:49 AM
06-04-1999 05:09 AM
01-09-2006 11:30 PM
Make a custom build command to run
lvsbutil. Select Project»Settings… and change Settings for: to All configurations. Select the Custom Build tab and change the Build commands field to < your path to cintools>\win32\lvsbutil $(TargetName) -d $(WkspDir)\$(OutDir) and the Output file fields to $(OutDir)$(TargetName).lsb.i'm not getting final lsb file but no error comes while i building dll file.
Regards
01-12-2006 07:24 AM
Have you tried double quoting the path to lvsbutil? A default LabVIEW installation under recent Windows versions results in a path with spaces to that utility and the Windows command line (which is used to execute such custom build tools) is not good at guessing what spaces are embedded in a possible path or are parameter separators.
@Anu rvk wrote:HiI'm using MS Visual C/C++ IDE 6.0, Labview 7.1,i follow all the steps given in CIN-manual, but i'm not clear in stepMake a custom build command to run lvsbutil. Select Project»Settings… and change Settings for: to All configurations. Select the Custom Build tab and change the Build commands field to < your path to cintools>\win32\lvsbutil $(TargetName) -d $(WkspDir)\$(OutDir) and the Output file fields to $(OutDir)$(TargetName).lsb.
i'm not getting final lsb file but no error comes while i building dll file.
Regards