Module not found

后端 未结 2 1672
迷失自我
迷失自我 2020-12-18 06:36

I\'ve been working on this one quite a bit and haven\'t gotten any closer to a solution.

I juut dug up my old copy of the WindowsHookLib again - It\'s available with

2条回答
  •  庸人自扰
    2020-12-18 06:50

    I found when migrating to .NET 4.0 I had to send in IntPtr.Zero for the hMod parameter when the Hook Procedure was in the local assembly. You can refer to the msdn documentation here.

    http://msdn.microsoft.com/en-us/library/ms644990%28VS.85%29.aspx

提交回复
热议问题