Windows 8.1 Event log problem
-
I have been using Windows Event Log in order to catch events with a C++ Project on VS2008 for a couple of years. However, recently(means a couple of days), i cannot catch them on Windows 8.1. I have no problem with Windows 7 or Vista. Subscribe function "EvtSubscribeFn" returns success but callback does not work.
-
I have been using Windows Event Log in order to catch events with a C++ Project on VS2008 for a couple of years. However, recently(means a couple of days), i cannot catch them on Windows 8.1. I have no problem with Windows 7 or Vista. Subscribe function "EvtSubscribeFn" returns success but callback does not work.
Could it be a "permissions" issue? Could the event log be full?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Could it be a "permissions" issue? Could the event log be full?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
Hi David, it is not a permission issue. Code is working both windows vista and windows 7. Also current code had been worked since one years on windows 8.1. This is not sense. We have checked latest windows updates, but we have nothing. :(.