LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call always included class

Solved!
Go to solution

Hi,

I am trying to dynamically load class in run-time that is always included in the executable. For example if a class name is fooC.lvclass and the name of executable is fooE.exe, what is the path of the class? If I use ..\fooE.exe\fooC.lvclass it does not work. I use Get LV Class Default Value VI to dynamically load class in run-time.

0 Kudos
Message 1 of 3
(2,592 Views)
Solution
Accepted by topic author andrej

It depends on whether you build with the 8.x file layout or the new one.  If you want a quick easy way to determine where a class is loading, wire a constant of the class to the get default path VI and simply display it on the front panel then rebuild the .exe.

------------------------------------
Jon Kokott
CLA, CLED, CTD, MCP C#
0 Kudos
Message 2 of 3
(2,580 Views)

Thanks

0 Kudos
Message 3 of 3
(2,561 Views)