[ros-dev] Msi.dll
Filip Navara
xnavara at volny.cz
Thu Oct 28 15:08:14 CEST 2004
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'
> 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'
Missing macros in headers (search for COBJMACROS in W32API to see how to
implement).
Regards,
Filip
More information about the Ros-dev
mailing list