Written by

Analista Programador Senior at http://www.bplus.com.br/
Question José Hélington Pires da Cruz · Mar 20, 2021

Compile problem base

Hi, I have a class that extend to other classes.

If I compile one of this classes, no problem is generated.

But if I try to compile the first class using flag c-ukb, all that extend from that and have the Date component generate an error.

The error is about the method %GetPaneContents from abstract class.

Do you already passed this? How can I solve my problem?

Product version: Caché 2018.1

Comments

Julius Kavay · Mar 20, 2021

The best way your problem be solved is, give us a little more information, at least, the error message you get.

Of course, this is not a must

0
Dmitry Maslennikov · Mar 21, 2021

It looks like the issue in the order of compilation, and you have to properly configure it. Look at the parameter System in class, in most cases, it will be enough. If you have it properly configured if you even uncompile the entire project, and compile everything, just with CompileAll method it should be successful without any errors.

0