I`ve got the latest release of OE (3.9). Now I can assign properties of one project to the another. But: a) I cant assign to project properties of template
b) It seems that the projects map is broken - "Project.GetMapEntry(int)" returns me files from different projects, how it could be?! ( under 3.8 the same code works properly)
Assigns settings of a Project.
function AssignTemplate(Template: Integer);
Description
You can assign all properties of a template Project which is referred by the function parameter to the current Project. This is useful when creating Projects based on templates to eliminate the need to setup all properties.
To assign settings from another Project, please use the AssignSettings method.
To get list of templates use IMainOE.GetTemplate method.
Here is the updated version:
http://www.metaproducts.com/download/betas/oee2090.ZIP
Regarding the Map - the code was not changed for a long time. Can you please try it again?
Oleg.
Thank you for your attantion and tenderness.
http://www.metaproducts.com/download/betas/oee2092.zip
Oleg.
Can you please email me a header COEProject.h with AssignTemplate fanction?
Oleg.