[ros-dev] Msi.dll

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Sat Oct 30 17:29:42 CEST 2004


Hi!
I managed to get it to compile.


Filip Navara wrote:
> James Tabor wrote:
> 
>> action.o(.text+0x879e):action.c: undefined reference to `LoadTypeLib at 8'
>> action.o(.text+0x8830):action.c: undefined reference to 
>> `RegisterTypeLib at 12'
> 
> 
> Missing prototypes in headers.
> 
>> action.o(.text+0x88c6):action.c: undefined reference to 
>> `ITypeLib_Release'
I commented them out.


>> suminfo.o(.text+0x3e):suminfo.c: undefined reference to 
>> `IPropertyStorage_Release'
>> suminfo.o(.text+0x324):suminfo.c: undefined reference to 
>> `IPropertySetStorage_Open'
>> suminfo.o(.text+0x396):suminfo.c: undefined reference to 
>> `IPropertyStorage_AddRef'
>> suminfo.o(.text+0x3e9):suminfo.c: undefined reference to 
>> `IPropertyStorage_Release'
>> suminfo.o(.text+0x3fd):suminfo.c: undefined reference to 
>> `IPropertySetStorage_Release'
>> suminfo.o(.text+0x569):suminfo.c: undefined reference to 
>> `IPropertyStorage_ReadMultiple'
> 
> 

I added changes that do not effect the building process that fixes this
problem. In reactos/include/wine/objidl.h.

> Missing macros in headers (search for COBJMACROS in W32API to see how to 
> implement).
> 
> Regards,
> Filip

I think it is safe to commit my changes in that header, I did not see any
errors or warnings after making the changes.

Let me know other wise,
James


More information about the Ros-dev mailing list