Delphi 12 is coming

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #71353
    Lasse
    Participant

      There seems to be the same white border issue like with Alexandria at first.

      Attachments:
      You must be logged in to view attached files.
      #71355
      Lasse
      Participant

        Fix:

        sDefs.inc: {$IFDEF VER360} {$DEFINE DELPHI_12}{$ENDIF}

        sSkinProvider.pas

        
        function SysBorderWidth(...
        ...
        {$IF DEFINED(DELPHI_11) OR DEFINED(DELPHI_12)} // {$IFDEF DELPHI_11} 

        There are also two other DELPHI_11 ifdefs which must be fixed.

        • This reply was modified 2 years, 4 months ago by Lasse.
        #71361
        Robert Crandall
        Participant

          sSelectorComboBox.pas seems to be missing. i’m trying to compile the Yukon files above for the D12 release today and getting blocked on this.

          If I delete the reference to that file though it then compiles. Some exciting new component is in the works?

          Thanks, Rob C

          #71363
          Lasse
          Participant

            Ooops, that is my own control. You can delete it.

            #71364
            Lasse
            Participant

              I also see the Yukon became Athens. I will fix the project files and upload them soon.

              #71365
              Lasse
              Participant

                Here it comes. Include file also included.

                Attachments:
                You must be logged in to view attached files.
                #71370
                ruppi99331
                Participant

                  Hello,

                  When can I download the files for C++Builder 12?

                  #71371
                  Lasse
                  Participant

                    You can create C++ project files from the Alexandria files by yourself. No information on when the official project files will come, if they ever will.

                    #71390
                    ruppi99331
                    Participant

                      Don’t I need the source code? Unfortunately, I only bought lifetime subscription without source.

                      #71391
                      ruppi99331
                      Participant

                        Hi Lasse,

                        to my previous post. There is no reason why the project files for C++Builder 12 should not be available. After all, we paid for it and have lifetime support.

                        #71392
                        Lasse
                        Participant

                          Yes, you need the source code for that. There is a quite huge reason why the AlphaSkins is not updated. The war is still going on.

                          #71393
                          ruppi99331
                          Participant

                            Hello Lasse,

                            I had already thought that. The C++Builder users are once again left out in the cold.

                            The “war”. That’s not an argument for me. Other companies have to work too. There isn’t a “war” going on in the whole country.

                            #71394
                            ruppi99331
                            Participant
                            Viewing 13 posts - 1 through 13 (of 13 total)
                            • You must be logged in to reply to this topic.