开发者

Error: overloaded function with no contextual type information - SetWindowLong()

http://friendpaste.com/2FgBfMlNYM3IfBDuNol9i1

I get the error on line 62. The enumCW callback function simply sets the lvmHwnd variable. The dll is injected into the processes that i'm trying to subclass.

Any help on this error i开发者_如何转开发s appreciated.


Try placing the #include "main.h" after the include of Windows.h. SetWindowLong() is a macro define for either an ANSI or UNICODE variant, and I wonder if something brought in by main.h is interfering with that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜