From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GOOP clone class utility changes inheritance of other class

I use GOOP clone class utility often. It usually changes inheritance of other classes that causes breaken project.

Example:
RootObj.lvclass - inherites from LabVIEW Object.class

RootSimpleObj.lvclass - inherites from RootObj.lvclass

 

Now I use GOOP clone class utility to clone RootObj.lvclass to RootAsyncObj.lvclass and set inheritance of new class to RootObj.lvclass.
===>>> Project is broken. Reason: RootSimpleObj.lvclass inherites from LabVIEW Object.lvclass. Why ??? I didn't touch this class at all.

Has anybody seen this behaviour ?


*** LV2018 ***
0 Kudos
Message 1 of 1
(744 Views)