How to create a complex message

Hi,

I created Age.msg, Name.msg in a custom_interface package.
Now, I want to create an Info.msg include age of Age.msg and name of Name.msg.
How can I do?

I got the error while compiling the package


Were you asked to do this? I asked because I think it’s impossible to create the Info.msg within the same package where you have Age.msg and Name.msg…The last three messages before the messages in red in the screenshot you shared seem to point to this anomaly.

What would definitely work is:

  • create a new package, say complex_interfaces, adding custom_interfaces as a dependency.
  • create Info.msg in complex_interfaces.
1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.