366 views
in GUI Development by
We have some GUI projects and some common logic ( for example common components ) should share with projects. How to implement it ?

1 Answer

+1 vote
by
 
Best answer

Hi,

all project contents are stored in text files with the file extension EWU - one file for one unit. Usually, when you create a new project and then add new units to it, the corresponding EWU files are created in the same project folder as specified during project creation.

You can however move the EWU files to another folder on your workstation. Then adapt the corresponding unit member in your project to refer to this new location. After changing the location Embedded Wizard considers the file contents as being modified externally and asks you how to proceed. In this manner you can maintain a kind of library folder with EWU files shared among several projects.

Then if you create a new project and you want to include to it an already existing unit, just follow the instructions in the section Include an existing unit.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...