Problem building with latest DA

I have a problem with the latest DA (1567). The _invk file has the following changes (well, there are lots of others but this is the point where the build fails):


The error is undeclared identifier Ixxx_writer.

Hi,

thx.
fixed.

as a temporary workaround, disable codegen for server .dpr:
for this, change {#ROGEN: with {#R_OGEN:

and manually replace

RegisterEventWriterClass(StackTakeLibrary_Intf

with

RegisterEventWriterClass(StackTakeLibrary_Invk

the same with UnregisterEventWriterClass call

is the StockTakeLibrary_Intf unit name incorrect?

It is correct. It looks like codgen has put the wrong thing there (it wasn’t present before, and it’s in the _invk so should be that as Eugene has mentioned). I’ve not tried it yet as I’ve reverted to .1561 for the moment as I’m trying to get something done but I’ll try it later, or tomorrow.

Hi,

We released .1569.
it contains fix for this issue.

1 Like