#define for Delphi 10.4
Gexpert menu does not fit on screen in 10.4
I checked WStrRscan, it seems only used with the finemale related functions on unicode versions I use it in a little applauncher project using only file acces, reading, run another process and display a splash screen with a progress bar
As far as I tested, it works I could not test with Delphi less than XE nor Lazarus, FPC
Hi, found the followin correction Add at line 417 of Kol.pas : {$IFDEF _D2009orHigher} {$DEFINE UNICODE_CTRLS} {$ENDIF} change : function WndProcFontDialog(Control: PControl; var Msg: TMsg; var Rslt: NativeInt): Boolean; to : function WndProcFontDialog(Control: PControl; var Msg: TMsg; var Rslt: Integer): Boolean;
Error in ExtractFileNeme, ExtractFileExt, ExtractFilePath, WStrRScan
Hi, correction found change : function WndProcFontDialog(Control: PControl; var Msg: TMsg; var Rslt: NativeInt): Boolean; to : function WndProcFontDialog(Control: PControl; var Msg: TMsg; var Rslt: Integer): Boolean;
KOL MCK not working with Delphi 10.1 Berlin and 10.2 Tokyo