Link to home
Start Free TrialLog in
Avatar of nomicism
nomicism

asked on

HOOKDLL.DLL Access Violation.

Hi,
While debugging my application, i received the following error message:

First-chance exception in myprogram.exe (HOOKDLL.DLL): 0xC0000005: Access Violation.

Does anybody know what it is?

Avatar of nonubik
nonubik

It must be an access to some uninitialised pointer or something.
Could you post the source code that raised that exception?
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'd say this Q is answered.