LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to compile: Cannot convert source type code 0x70 to destination udclass

As the title tells...

I get the following error: "Failed to compile: Cannot convert source type code 0x70 to destination udclass". It is regarding the VI, selectionSort, which contains a "Call by reference" node. If I remove the node everything is fine (of course) when added and want to save I get the error.

 

Is it possible to fix? Did I do something wrong?

0 Kudos
Message 1 of 2
(2,768 Views)

In "wgtk_selectionSort.vi", your strictly typed reference to "Less comperator" is bad. Try Right-cliking it and selecting "Select VI Server Class > Browse..." and selecting the lessComperator.vi again. I got it to compile properly in LV 2011:

 

compiled.png

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 2 of 2
(2,746 Views)