Hello,
I encountered the following problem when using the CREATE_OBJ command.
1CC "Modeling" GET_ACT_MODEL
2CC "Core" debug CREATE_OBJ modelid: (modelid) class: (holdsAt_classid)
The holdsAt_classid is set in the "AppInitialized" event as a global variable. I have used it succesfully in other places in the code when I wanted to generate an Instance of the class HoldsAt. The class HoldsAt is included in 2 different modeltypes. On the first of those 2 modeltypes, the command CREATE_OBJ has run succesfully, but on the second modeltype, when I execute the above, it throws the following error - INSTANCEOWNER_NOT_EXISTING:
Is there any suggestion as to what might be the problem?