Hi! I managed to get it to compile.
Filip Navara wrote:
James Tabor wrote:
action.o(.text+0x879e):action.c: undefined reference to `LoadTypeLib@8' action.o(.text+0x8830):action.c: undefined reference to `RegisterTypeLib@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