Hello everyone,
Drag & Drop works for CView class, but I am trying to implement OLE
Drag&Drop between two different CWnd derived classes.
I tried the get the class where the drop target should happen by double
inheritance from CWnd and COleDropTarget in order to receive all dropping
messages.
In this case I got ambiguous conversions for the message map of a button
(CButton) which is children for the drop target window . If I get rid of
this message from message map it compiles without errors.
I need to get this problem around somehow. Any suggestions would be greatly
appreciated.
Regards,
Aurora I.