Re: Default handler for OLE interface

2003-11-21 Thread olivier evalet
Hello, > I don't understand, sorry. ATL is a set of C++ convenience wrappers around > COM and is redistributable. All the infrastructure for displaying embedded > OLE/AcitveX controls is already in Wine... do you think we're missing > something? Humm, I don't know, I have a dll "atl.dll" with thi

Default handler for OLE interface

2003-11-19 Thread olivier evalet
Hello, I'm looking to create a default handler for these interfaces: - IStorage - IOleInPlaceFrame not - IOleClientSite - IOleInPlaceSite not - IOleContainer not The reason of this... I just want to display an OLE component without binding with the native atl.dll. I have found a pure win32 example