开发者

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

开发者 https://www.devze.com 2023-01-23 00:57 出处:网络
http://friendpaste.com/2FgBfMlNYM3IfBDuNol9i1 I get the error on line 62. The enumCW callback function simply sets the lvmHwnd variable.

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

精彩评论

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