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?
Comments
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
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.