I am trying to write a simple function using VC ++ 6 to write in the event log. This version of the studio should be included as it is being added to a legacy app. The problem I have is that it writes the message similar to the one below. The only thing that is valid here is "This is a test" string. I do not have to be very complicated this I should be able to write in the event log for a particular application. any idea? I have seen some articles, but they appear to be more than I need.
The description for event id 3 was not found from the source application. Either component that raises this phenomenon is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event has originated from another computer, the display information was to be saved with the event.
The following information was included with the incident:
This is an exam
Message processing exists but the message was not found in the string / message table
It has been a very long time, but I remember that to fix this you have to create * messaging resource DLL May be required. Or at least some of the message processing somewhere.
This article seems like it can help (and it supports VC6):
Comments
Post a Comment