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.
Oops, sorry. This is actually because our oleaut32 is broken. Some of the parts aren't compiled in and so these functions aren't present in the DLL and import lib. In order to compile these parts we need to all lots of macros and interfaces to the W32API headers...
Regards, Filip