- This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
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
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