phil
2009-02-09 03:09:33 UTC
I have msoeapi.h
and linking ole32.lib
I get the errors
error LNK2001: unresolved external symbol _CLSID_StoreNamespace
error LNK2001: unresolved external symbol _IID_IStoreNamespace
I'm not sure if I got it linked right, any one advise on that
MSDN says IStoreNamespace is implemented in inetcomm.dll. How do I get
that linked in if that's what I need.
and linking ole32.lib
I get the errors
error LNK2001: unresolved external symbol _CLSID_StoreNamespace
error LNK2001: unresolved external symbol _IID_IStoreNamespace
I'm not sure if I got it linked right, any one advise on that
MSDN says IStoreNamespace is implemented in inetcomm.dll. How do I get
that linked in if that's what I need.
--
Phil
Phil