Compilation error in Ldif.pas file
Brought to you by:
tk1065
Hi,
I am really new to Delphi. When compiling v1.8.3 source with Embarcadero Delphi 10.3 Community Edition, I get the following error :
At Line 417 of Ldif.pas
PutLine('dn', @Entry.utf8dn[1], Length(Entry.utf8dn));
=> E2010 Incompatible types : 'PBytes' et 'Pointer'
Any idea how to solve this error ?
Thanks
Anonymous