Original Post
Is it possible to set a member function of a class object as the message callback function for a window? I have tried simply setting my WINCLASS''s lpfnWndProc = myobject.mycallbackfunction but my compiler strenuously objects to this.
Nick