LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Code interface node - .lsb generated but does not load

Howdy, i am using labview 6.1 and VC++/visual studio .NET 2003. i tried creating a simple code interface node to add two numbers. i followed the steps given in the "Using External Code in Labview" Manual. I made only one change, which is switching out "$(WkspDir)\$(OutDir)" (under custom build) with "$(ProjectDir)$(OutDir)" as the $(WkspDir) macro is missing from VC++. The build occurs successfully and i get a .lsb file. But when i ask the code interface node to load it up, it doesn't. The error description is, "Code Interface Node: object code not loaded." any suggestions? thanks in advance.
0 Kudos
Message 1 of 3
(2,836 Views)

Hi,

This KB describes what may be the issue. I hope this is helpful.

Regards,

Ankita

0 Kudos
Message 2 of 3
(2,819 Views)
Thanks. will try it out.
0 Kudos
Message 3 of 3
(2,811 Views)