AlphaDB 11.25 Compile Problems

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56150
    webapp_dev
    Participant

      I posted this forum message and sent in an email…any chance of getting a response?

      #56151
      webapp_dev
      Participant

        I just found the answer, there are three errors as follows:

        1) in “acDbNavigator.pas” line 785

        is: SkinData.SkinManager := TsPanel(AOwner).SkinData.FSkinManager;

        Should be: SkinData.SkinManager := TsPanel(AOwner).SkinData.SkinManager;

        2) in “acDBGrid.pas” line 924

        is: PaintItem(SelNdx, '', CI, True, 1, Rect, MkPoint, Canvas.Handle, SkinData.SkinManager);

        Should be: PaintItem(SelNdx, CI, True, 1, Rect, MkPoint, Canvas.Handle, SkinData.SkinManager);

        3) in “acDBGrid.pas” line 1030

        is: PaintItem(iSkinNdx, '', CI, True, 0, ARect, MkPoint, Canvas.Handle, FCommonData.SkinManager)

        Shoudld be: PaintItem(iSkinNdx, CI, True, 0, ARect, MkPoint, Canvas.Handle, FCommonData.SkinManager)

        Fix these lines of code and then it compiles and installs correctly.

        Enjoy!

        #56152
        Support
        Keymaster

          Hello!

          I see another code in these lines:

          1) “acDbNavigator.pas”, line № 787:

          SkinData.SkinManager := TAccessCommonData(TsPanel(AOwner).SkinData).FSkinManager;

          2) “acDBGrid.pas” line 924:

          if (gdSelected in State) and SkinData.Skinned then begin

          Line №931:

          PaintItem(SelNdx, CI, True, 1, Rect, MkPoint, Canvas.Handle, SkinData.SkinManager);

          Try to read files from the acnt_regD5.zip (not in the Delphi editor), you should have same results.

          I think, Delphi have found an old files and uses them in compiling.

          I can look your PC remotely via TeamViewer, if you wish.

          #56155
          webapp_dev
          Participant

            Yes sorry you are correct, somehow I totally messed up with incorrect AlphaDB.zip I checked the file dates and they like back in 2015

            I started again and downloaded correctly now is all fine.

            Apologies I should have listened to what you said… Please Ignore this thread!

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