problems with AppVerifier - please help

Joined
Jun 17, 2005
Messages
1
Reaction score
0
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top