Discussion:
unresolved lnk2001 error question
(too old to reply)
phil
2009-02-09 03:09:33 UTC
Permalink
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.
--
Phil
phil
2009-02-10 01:43:40 UTC
Permalink
wish this was more obvious in the MSDN notes IMHO

#include <initguid.h>

here it is if this is ever searched
Post by phil
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.
s***@gmail.com
2013-09-30 11:29:59 UTC
Permalink
Thanx A Million. Saved by Phil!

Loading...