charactell-public
Results
1
issues of
charactell-public
Delphi 10.4 I am trying to add a file logger to my simple DLL application: ``` uses System.SysUtils, System.Classes, {$IFDEF VER340} Quick.Logger, Quick.Logger.Provider.Files {$ENDIF} ; function FieldOfExperiments(): longint; stdcall; begin...