DEBUG: During Hook procedure call , it shows vsjitdebugger.exe error

311 Views Asked by At

My Application contains ole widgets.To handle ole widgets , I use mouse hook procedure to keep track the mouse click events.while closing the application , it provides some flickering and sometimes it shows the following errors

  • Unable to use the location explorer.exe
  • C:\Windows\System32\vsjitdebugger.exe (Runtime error)

Regards,

karthik

1

There are 1 best solutions below

0
On BEST ANSWER

The Solution for this problem is as follows:

  • problem may occur in the function SetWindowsHookEx(),
  • you may made threadID as NULL in the function SetWindowsHookEx(). When you replace the NULL as currentthreadID, the runtimeerror is solved.