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"/>Code: Select all
<SyntaxMode Value="Delphi"/>
<IncludeAssertionCode Value="True"/>
<DelphiCompat Value="True"/>