JFYI

JFYI
No info for it in goolge.
Suppose you have installed a package (P1) containing a class  (C1) with   an abstract constructor.  When you will try to install another package (P2) containing a class C2(C1) there will be "Procedure entry point ... could not be located in P1.bpl" error.

Comments

  1. Asbjørn Heid Nicholas Ring is right, it is base abstract class with common code

    ReplyDelete
  2. Did you try making the class abstract without making the constructor abstract?

    If you have an empty constructor, then you don't need a constructor defined and if the compiler is smart enough, it would compile it out.

    ReplyDelete

Post a Comment