05-15-2012 08:31 AM
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.
Solved! Go to Solution.
05-15-2012 10:42 AM
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.
05-16-2012 12:51 PM
Thanks