LVOOP noobie here.
I have created a HAL class to use in a LabVIEW project (e.g. DUT.lvclass being a parent class with other child classes inherited from it).
When I tried to instantiate a class in a Main.vi (screenshot below, development mode) it works.
But when I build that *.vi into EXE, the program is unable to instantiate the class.
It seems that in EXE mode, the program is unable to locate the constant DUT.lvclass object.
Did I do anything wrong here?