Delphi 10.1 Berlin compilation errors

Issue #168 resolved
Former user created an issue

Here are some errors which are breaking compilation in Delphi 10.1 Berlin:

  • dwsCoreExprs.TArrayMapExpr.BaseAsCallback [dcc32 Error] dwsCoreExprs.pas(9941): E2250 There is no overloaded version of 'CopyData' that can be called with these arguments. Possible fix: dyn.CopyData(i*dyn.ElementSize, TData(destPVariant^), 0, dyn.ElementSize);

  • dwsRelExprs.TRelEqualVariantStrictExpr.EvalAsBoolean [dcc32 Error] dwsRelExprs.pas(544): E2003 Undeclared identifier: 'varUInt32'

Comments (2)

  1. Log in to comment