quote:
The Messenger Object isn't new, as you could already use it
True bust most people didn't know how to use it.
As for header files, it is true that I should havea #pragma once at the top, it's just that a good practice is to includethis kind of header file in the precompiled header or so you should never have a multiple defintion problem. I'll work on that this afternoon.
And for ATL...what did you expect? I'm not going to create all my buttons one by one with the API, we're not working in linux here, VC has a real development framework that's here to be used
.