up vote 0 down vote favorite
share [g+] share [fb]

I am trying to compile a labview CIN using visual studio 2003.

I have followed the tutorial located here to the letter, but am getting the following error:

Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

Does anyone know what is causing this? I tried this link found at an expert's exchange question but it does not seem relevant.

Is there an easier way to build a CIN using visual studio?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Ok, solved it.

Turns out it's an issue with the lsvbutil.exe bundled with labview 8.5. Workaround is to replace with the version from 8.2

See http://digital.ni.com/public.nsf/allkb/0029165B53320B2886257369005826A1

link|improve this answer
feedback

Please post the entire error. It appears that the custom build step defined in your link does not work.

On the Custom Build Step»General page, type "$(CINTOOLS_DIR)\lvsbutil" "$(TargetName)" -d "$(ProjectDir)$(OutDir)" in the Command Line field and type $(OutDir)$(TargetName).lsb in the Outputs field.

Try pasting that into a command line and running it. I suspect you have not got the env variables set or they are not pointing to the right places.

link|improve this answer
Thanks for your help. Turns out it was an issue with the version of lsvbutil.exe I had. – alex77 Oct 28 '08 at 15:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.