Install error

Home Forums kbmMW Install error

Viewing 1 reply thread
  • Author
    Posts
    • #55601
      zoran
      Participant

      Hello

      Am I the only one who gets this install error ‘Undeclared identifier’?

      unit kbmMWCustomConnectionPool;

      function TkbmMWCustomSQLRewriter.FieldDefs2FieldNodes(const AFieldDefs:TkbmMWFieldDefs):TkbmSQLFieldNodes;


      fn.Default:=nil; <=== undeclared identifier

      There is fn.DefaultValue declared and if I change it in few places it compiles ok, but I didn’t want to mess with source.

      Delphi 10.3.3, kbmMW 5.14.0, kbmMemtable 7.91.1.0, Win 10 Ent

      Thank you.

      Zoran

    • #55604
      kimbomadsen
      Keymaster

      Hi,

      Yes, unfortunately kbmMemTable has been slightly refactored to avoid weird runtime debugging situations I have seen in 10.4.2, which I suspect is due to the use of the Default name (even if prefixed with &).

      An updated kbmMW release is coming shortly.

      /Kim

Viewing 1 reply thread
  • You must be logged in to reply to this topic.