c++ - DEBUG: During Hook procedure call , it shows vsjitdebugger.exe error -
my application contains ole widgets.to handle ole widgets , use mouse hook procedure keep track mouse click events.while closing application , provides flickering , shows following errors
- unable use location explorer.exe
- c:\windows\system32\vsjitdebugger.exe (runtime error)
regards,
karthik
the solution problem follows:
- problem may occur in function
setwindowshookex()
, - you may made threadid null in function
setwindowshookex()
. when replace null currentthreadid, runtimeerror solved.
Comments
Post a Comment