There are tons of: EXTERN_C const IID_XXX all over the COM place.
My Wine App compiles and links fine but when I try to run it. I get the error: /home/wine/bin/wine: cannot open builtin library for 'C:\WINDOWS\SYSTEM\wtlmdi.exe': ./wtlmdi.exe.so: undefined symbol: CLSID_HTMLDocument
How can I know of all the undefined symbols in my wine-app before I try to run it. can one force the linker to list all undefined simbols?
and on more question is there a ready made program to take a defenition of type:
MIDL_INTERFACE(" FC4801A3-2BA9-11CF-A229-00AA003D7352" )
to:
DEFINE_GUID( IID_IObjectWithSite, 0xFC4801A3,0x2BA9,0x11CF,0xA2,0x29,0x00,0xAA,0x00,0x3D,0x73,0x52) ;
Free Life Boaz