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

Re: Default handler for OLE interface

2003-11-20 Thread Mike Hearn
On Thu, 20 Nov 2003 00:53:56 +0100, Sir olivier evalet scribed thus: > Hello, > I'm looking to create a default handler for these interfaces: > - IStorage Hi, I think we already have an implementation for the OLE provided IStorage implementation. The others I'm not sure about. > The reason of th

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