I'm trying to write an windows log event.
I read this answer, and tried to use it but had the same problem reported here "The description for Event ID 1 from source PLCHIDSrv cannot be found..."
I'm trying this solution but do not know how to implement this code in Delphi
var data = new EventSourceCreationData("yourApp", "Application");
data.MessageResourceFile = pathToYourMessageFile;
EventLog.CreateEventSource(data);