D
DarrenP
Guest
Hi We have a mix of procedural and OO code, some of which is .net. We have a set of classes which when changed cause us problems in our procedural code if it is not also compiled at the same time as the procedural code instantiates objects from our OO side. I need a way of flagging up compiles that need to be made when a class changes. This is somewhat similar to when an include file changes and it results in several programs needing compilation. We do this currently using the "INCLUDE" indicator in the xref. How can I do the same thing with .cls file change such that we get a list of .p, .w and .cls files which must also be compiled. I've looked briefly at the documentation but there doesn't seem to be an easy way of picking this up. Kind Regards Darren
Continue reading...
Continue reading...