Archived

This forum has been archived. Please start a new discussion on GitHub.

Modules

I have some common components in a separate module that i then want to use in server other modules but i am unclear how to do so. I tried module_name.name but that failed. How do i say a property is an interface, class or enum from a different module. At the minute i even have the module in the same file to rule out the issue been the including of another file.

Chris

Comments

  • mes
    mes California
    Hi Chris,

    Slice uses a scope resolution syntax similar to C++. Refer to this page in the docs for more information.

    Regards,
    Mark
  • Thanks that is exactly what i wanted. Missed that topic somehow.