Missing Variants

Home Forums CodeSite Missing Variants

Viewing 3 reply threads
  • Author
    Posts
    • #2447
      David Rose
      Participant

        Having just spent a couple of hours this morning scratching my head as to why my app wasn’t doing what I expected, I discovered that the problem was that it was simply CodeSite ignoring my SendVariant calls because my variant was an INT64.

        Any chance that

        a. TCodeSiteLogger.SendVariant can support INT64 please

        and

        b. Could you add an “else” to the “case VarType( Value ) of” test please, with maybe a message along the lines of
        SendFmtMsg(Msg + ‘: Variant is of unsupported Type %d’, [Ord(VarType( Value ))]);

        which would have helped me realise what was going on somewhat sooner.

        Many thanks

        Cheers

        David

      • #2448
        Ray Konopka
        Keymaster

          Hi David,
          I’ll add both of your requests to the list for CodeSite 6.
          Ray

        • #2450
          David Rose
          Participant

            Thanks Ray

            Is there likely to be another release of CS5 before then ? If not, then I’ll edit my local source (don’t want to do that if it’s going to get overwritten in the future)

            Cheers

            David

          • #2455
            Ray Konopka
            Keymaster

              There will probably not be another release of CS5 before CS6 is released. Well, at least I hope that is the case.

              Ray

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.