AC 6.22 Demo: Stack overflow on app start

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #39055
    Support
    Keymaster

      Hello

      Could you send me Dfm-file of the form which have this error?
      Also be sure that you not uses skins from the version 6.31, because new properties was occured there and some problems are possible.

      #39063
      OldGrumpy
      Participant

        QUOTE (Support @ May 7 2009, 11:44 AM) <{POST_SNAPBACK}>
        Hello

        Could you send me Dfm-file of the form which have this error?
        Also be sure that you not uses skins from the version 6.31, because new properties was occured there and some problems are possible.

        How can i find out which form has this error? The stack overflow does not occur until after Application.Run has been executed. I recompiled the application in debug mode with full debug information and the callstack looks a bit more informative now, but still… ah well. I'm attaching the callstack, it seems to be stuck somewhere around skinning a TSpeedButton.

        About the skin version: I downloaded cold.asz from the gallery, options.dat inside states a version of 6.14 so it should work, right?

        #39064
        Support
        Keymaster

          Thank you
          I'm interested in form which must be shown first.
          Also, what version of Windows and Delphi is used?

          #39066
          OldGrumpy
          Participant

            I found the problem meanwhile. This application (rather “legacy”) has a lot of programmatically instantiated controls and passes references to GUI elements around. Some of those escaped the renaming process so that one panel and its child controls still were TPanel etc. instead of TsPanel. You can't see that in the DFM anyway, just in the *.pas. Thanks for the blazing fast support, though. Delphi version is BDS 2006, Windows is XP Pro SP3 (all updates performed). My application works properly now, I just need to rearrange some controls to make room for the eye candy

            #39067
            Support
            Keymaster

              Thank you

              #39113
              OldGrumpy
              Participant

                QUOTE (Support @ May 7 2009, 03:20 PM) <{POST_SNAPBACK}>
                Thank you
                #42494

                But when we can wait new convertor?

                #42522
                Support
                Keymaster

                  QUOTE (Владимир скромный @ May 12 2010, 11:18 PM) <{POST_SNAPBACK}>
                  But when we can wait new convertor?


                  After the version 7 release, I can't tell more precisely..

                  #42695
                  Anderson Peterle
                  Participant

                    Hi Support,

                    I'm a new registered user and waiting for new version of converter too!!!

                    Best regards!

                    #42746
                    Support
                    Keymaster

                      Hi

                      QUOTE (Anderson Peterle @ Jun 1 2010, 05:41 PM) <{POST_SNAPBACK}>
                      I'm a new registered user and waiting for new version of converter too!!!

                      What you expect to see in this new version?

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