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
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
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