Le lun 06/12/2004 à 07:03, Huw D M Davies a écrit :
On Sat, Dec 04, 2004 at 01:38:59PM -0500, Vincent Béron wrote:
stdole32-generator.c file from Huw. Invocation from wineprefixcreate from me.
Changelog:
Automatically create c:\windows\system\stdole32.tlb.
Vincent
The native version of stdole32.tlb is actually a resource only dll that contains the typelib itself as TYPELIB resource #1. I think we probably want to do likewise.
I guess the easiest way (if we keep a winelib app) is to use {Begin,End,}UpdateResource{A,W} from kernel32.dll? Great, some more motivation to finish what I started to implement a couple months ago :)
Vincent