-1

Does anyone know what uses I need to add to access EventSourceCreationData?

RRUZ
  • 134,889
  • 20
  • 356
  • 483
MarcosK
  • 31
  • 6

1 Answers1

1

The EventSourceCreationData is a Net class, if you want write to the Windows log using Delphi you must try the WinAPI Event Logging Functions

RRUZ
  • 134,889
  • 20
  • 356
  • 483
  • Hi RRUZ, I add more information about my question. I'm using WinAPI but it's not working as I expected – MarcosK Oct 27 '14 at 19:16
  • You can't change the original question on the fly, instead you must rollback your edit and then ask a new question providing a sample code and following these guidelines http://stackoverflow.com/help/how-to-ask. – RRUZ Oct 27 '14 at 19:40
  • I can not rollback. Unfortunately only has two revisions and neither is my original question. I will create a new question. Thank you – MarcosK Oct 28 '14 at 13:21
  • I just rollback to the original question. – RRUZ Oct 28 '14 at 15:08