Hello,
I tried to use a base class (defined in a separate folder) in a project.
In the project, only the subclass is defined. The base class is defined in a folder outside the project folder (for use in other projects too).
In project setting I added the folder to the base class: project properties/Ressources/LinkedRessources/PathVariables.
The path and the baseclass file is shown in the ecplise project (package explorer). But it don't compile.
Error: Unable to find parent class of ZonesDataFieldViewBase for class HRZonesDataFieldView
It seems ConnectIQ don't use files in linked paths. It is compiling the projrct if the base class is placed in the source directory of the project.
How can I link external sources to the project?
Edit:
Linking the file to the project also don't work
- ringt click on the "source" folder of the project
- choose add/folder or add/file
- choose "use link" and select file
The file is listed in project, but compiler doesn't use it.
Any ideas how to use the .mc file in the project?