My application is written on VC++6. I am testing it with Application Verifier (application needs to pass Windows XP certification). In release version of my application AppVerifier doesn't recognize names of the dlls that my application is using. That is why it reports errors that in fact don't belong to my applicaton (errors belong to system dlls).
Here is exported log file entry:
| SecurityChecks 28 | 2 ? 0'Called OpenEventA for EVENT_ALL_ACCESS (0x1f0003) on object HookSwitchHookEnabledEvent
There is a '?' instead of the dll name.
with debug version everything is fine:
| SecurityChecks 28 | 2 OLE32.DLL 4F6D7'Called OpenEventA for EVENT_ALL_ACCESS (0x1f0003) on object HookSwitchHookEnabledEvent
Does somebody know why this is happening? Please help. Or please suggest me the right place to ask this question.
Thanks.
Here is exported log file entry:
| SecurityChecks 28 | 2 ? 0'Called OpenEventA for EVENT_ALL_ACCESS (0x1f0003) on object HookSwitchHookEnabledEvent
There is a '?' instead of the dll name.
with debug version everything is fine:
| SecurityChecks 28 | 2 OLE32.DLL 4F6D7'Called OpenEventA for EVENT_ALL_ACCESS (0x1f0003) on object HookSwitchHookEnabledEvent
Does somebody know why this is happening? Please help. Or please suggest me the right place to ask this question.
Thanks.