Unidac doesn't compile on Lazarus 64 bit.

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unidac doesn't compile on Lazarus 64 bit.

Post by AlexP » Tue 19 Jun 2012 13:21

hello,

We have reproduced the problem with the specified error "Error: Wrong number of parameters specified for call to "CRCmpStrings"".
To fix this behaviour, you should in the lpk project file change the line

Code: Select all

<UseAnsiStrings Value="False"/>
with

Code: Select all

<SyntaxMode Value="Delphi"/>
<IncludeAssertionCode Value="True"/>
<DelphiCompat Value="True"/>

Post Reply