COMPILER:MULTI-COMPILE in OpenEdge Architect

Posted by Lieven De Foor on 08-Nov-2010 01:58

Hello,

Is there any way to set the COMPILER:MULTI-COMPILE flag in OE Architect, so that when I do a full compile of a large project, super classes are only compiled once instead of every time a subclass of that particular class is compiled?

Thx,

Lieven

All Replies

Posted by Admin on 08-Nov-2010 02:07

Try to create a procedure _idestartup.p in the project root. OpenEdge Architect will load that procedure when the project AVM starts. It's go to load custom super procedures in the project AVM.

But I have no experience if that works for the COMPILE-MULTIPLE attribute as well (maybe OEA resets that attribute later on).

Please let us know if that works for you.

Posted by Lieven De Foor on 08-Nov-2010 02:50

Thanks Mike, that seems to do the trick!

This thread is closed