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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -