Click here to Skip to main content
15,885,800 members
Articles / Programming Languages / C++

Thunking in Win32: Simplifying Callbacks to Non-static Member Functions

Rate me:
Please Sign up or sign in to vote.
4.33/5 (32 votes)
22 Dec 2006Apache10 min read 119.4K   673   60  
A quick introduction to thunking, as well as a demonstration of a simple library which does the work for us.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Software Developer
Norway Norway
My name is Einar Otto Stangvik, and I'm a programmer based in Oslo, Norway. I mainly develop applications and software architectures targetting C++ on the Windows platform, but I have also got experience doing the same on Unix and Linux. The last few years I've used C# a lot, but native C++ is still my main focus.


As of July 2008, I'm a Microsoft MVP for Visual C++.


Follow me on Twitter: @einaros
My code blog: einaros.blogspot.com
My site: www.indev.no

Comments and Discussions