views:

15

answers:

0

I'm using VC++ 6.0. I have an executable that contains a resource file and message.h file defined and I am trying to write to the event log. It is similar to the simpledown project that can be found on thecodeproject.com. The message ID is defined as 0x103. When I do the call to the ReportEvent, it writes to the event log with the buffer that I pass to it but it cannot find the message.

The description for Event ID (259) in Source(EOD_Ras) cannot be found. .... The following information is part of the event: (strange chars) 2

I have double and triple checked the registry entry so I'm pretty sure that is correct. Any other thing I should probably check?