acLFPainter needs knowledge og DevExpr libraries

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #52206
    Support
    Keymaster

      I will try to do it later. thank you for suggestion.

      #52212
      HeDiBo
      Participant
        'Support' wrote:

        I will try to do it later. thank you for suggestion.

        It appeared a little bit messy. The place where I put the {$I cxVer.inc} statement is wrong, because it interferes with definitions in sDefs.inc (in particular it defines symbol Delphi5, which is wrong).

        The following construct (although messy, I admit) will work:

        Code:
        {$I cxVer.inc}
        {$undef DELPHI5} // Let sDefs.inc redefine this one

        {$I sDefs.inc}

        Good luck

        #52467
        HeDiBo
        Participant

          Solved :a3:

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.