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
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:
complex_interfaces, adding custom_interfaces as a dependency.Info.msg in complex_interfaces.This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.