Is anyone working on getting sutable-to-use-in-wine versions of these? Would having these benifit OLE apps?
On Sun, 16 May 2004 22:30:09 +0800, Jonathan Wilson wrote:
Is anyone working on getting sutable-to-use-in-wine versions of these?
Nyef was working on this up until a few months ago.
Would having these benefit OLE apps?
Yes, stdole32.tlb is essential for InstallShield to perform interface marshalling, amongst other things.
If you want to work on it, figuring out how to refactor the code in typelib2.c into a static library so it can be used by both oleaut32.dll and widl would be a good start (assuming Alexandre is OK with a static library being used here).
thanks -mike