OS:Windows 10 @64
FPC: Lazarus 3.4
Project: set the global screen cursor for the OS
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, Buttons,
Grids, FileUtil,Windows;
Adding windows to users caused other problems
the CopyFile procedure from FileUtils now no longer works correct but remark the uses Windows and everything is back to normal.
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, Buttons,
Grids, FileUtil{,Windows};
It appears to me that some sort of conflict exist between FileUtils->CopyFile and something in the Windows->SetSystemCursor(hcur,IDC_HAND)
Anyone have a suggestion or work around?