-
Alexander Liberov replied to the topic kbmMW_Table Attribute is too long in the forum kbmMW 5 years, 10 months ago
Thanks! It worked and it now looks much clearer.
-
Alexander Liberov started the topic kbmMW_Table Attribute is too long in the forum kbmMW 5 years, 10 months ago
Kim,
Sorry to bombard you with requests. It appears Delphi still has 255 character limitation on string constants. When a table has several indexes for example multiple foreign keys, the kbmMW_Table attribute string easily exceeds 255 characters. Is it possible to separate index definitions into separate attributes or maybe you can provide some…[Read more]
-
Alexander Liberov replied to the topic Could you add built-in support for Int64 in TkbmMWCustomMemoryStreamFormatter? in the forum kbmMW 5 years, 10 months ago
Correction. I meant smallint – int16.
-
Alexander Liberov started the topic Could you add built-in support for Int64 in TkbmMWCustomMemoryStreamFormatter? in the forum kbmMW 5 years, 10 months ago
Kim,
TkbmMWCustomMemoryStreamFormatter does not have a built-in support for int64 variables and variants. Could you please oveload WriteInteger / ReadInteger to handle int64 and shortint or create new procedures?
Same for variants. Now int64 variant values would be handled by default treatment and converted to strings.
Thanks in advance,
Alex
-
Alexander Liberov commented on the post, Compile Tool #1 – An easier way to compile projects 5 years, 11 months ago
Kim,
Including these libraries helped me to build […] -
Alexander Liberov replied to the topic Rewriter questions in the forum kbmMW 5 years, 11 months ago
I use latest kbmMW Enterprise with the latest Studio Architect. All Rewriter components on the panel are only Win32 so I cannot drag them onto form for Win64 project. I didn’t try yet to create them manually at runtime.
It seems also there are possible bugs in InterbaseRewriter. Project <span>kbmMWDemoORMImportDBSchema cannot create Delphi code…[Read more]
-
Alexander Liberov started the topic Rewriter questions in the forum kbmMW 5 years, 11 months ago
- What is a Rewriter and where can I see documentation on it?
- Why is it only 32 bit? The component supports only Win32 target and not Win64.
