blog: x64 thunking cracked [programming]

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
User avatar
nikos
Site Admin
Site Admin
Posts: 15794
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

blog: x64 thunking cracked [programming]

Post by nikos »

here's the comment area for today's blog spot found at
http://zabkat.com/blog/hook-callback-thunk-x64.htm
bitman2112
New Member
Posts: 2
Joined: 2014 Sep 13, 23:25

Re: blog: x64 thunking cracked [programming]

Post by bitman2112 »

hookthunk.h(343) : error C3867: 'CCBTHook::CBTHook_stub': function call missing argument list; use '&CCBTHook::CBTHook_stub' to create a pointer to member

VS2008

Why?

:Ron
User avatar
nikos
Site Admin
Site Admin
Posts: 15794
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Re: blog: x64 thunking cracked [programming]

Post by nikos »

I build 32 bit code with VS6 and get no warnings. More compliant compilers may nag about simple things just look up this error code and you will find a simple correction to make
bitman2112
New Member
Posts: 2
Joined: 2014 Sep 13, 23:25

Re: blog: x64 thunking cracked [programming]

Post by bitman2112 »

The common fix for this is to change the offending line to a static declaration but in this instance, that would make sense.

:Ron
Post Reply