win32 event system

Started by
1 comment, last by Eliad Moshe 14 years, 1 month ago
Hello, I am working on my own wrapper to win32 and i want to hide WndProc from the user. Or in other words, how can i create a signals system like in QT | GTK ? Thanks for the help! :)
Advertisement
boost::signals is an option.
Thanks for the help MJP, i will read about it,
how ever i want to create my own, just need an idea how to implement it myself.

This topic is closed to new replies.

Advertisement