Understanding the .mc files

Hi to everybody,

I am totally new on this and a little bit lost. I saw that in the source folder there are different .mc files. My question might be stupid... I tried to find the answer through the garmin tutorials and help but I didnt find it...

How are the .mc files read by the application? In the manifest.xml we say the app where to start.. but the question is: All the mc files found in the source folder are read from the beginning? Or do I have to "import" them with "Using"? I mean, if I have one .mc in the source folder (called text.mc) with a class (text_class), to use this text_class from another mc file do I need to "import" text.mc previously or I can create directly a new objet new_obj = new text_class()?

Before answering, please, remerber that I am quite lost..

Thank you for your help.

Top Replies

  • I mean, if I have one .mc in the source folder (called text.mc) with a class (text_class), to use this text_class from another mc file do I need to "import" text.mc previously or I can…

All Replies