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
(742 Views)