Hi,
I'm working on Windows 10.
I want to upgrade two Windows services from Lazarus 2.2 32 bits to Lazarus 3.6 64 bits.
One of this uses TApplication component to log application events to a file.
After recompilation and installation I noticed an Error event in Windows application log, every time the service is stopped.
If I remove the TApplication component no error appears.
This error was not raised using previous version of the service.
I noticed also the HintColot property of TApplication in Object Inspector doesn't allow to select a color and it appears a number instead of the TColor name (I'm not using this property in any case).