error LNK2001: unresolved external symbol _CLSID_OraOLEDB
426258Oct 7 2004 — edited Dec 15 2009hi,
I got above error when compiling my apllication in VC++. I have set the Oracle OLEDB library in
Projects->Projects Settings->Link->Objects/Library modules
and include and library paths are set in Tools->Options->directories...
My function call
hResult = CoCreateInstance(CLSID_OraOLEDB,NULL,
CLSCTX_INPROC_SEVER,IID_IDataInitialize, (void **)&m_pIDataInitialize);
If I used CLSID_MSDAORA instead of CLSID_OraOLEDB same error (unresolved external symbol CLSIDMSDAORA) arises
Please help me,
I am new to this stuff..
Regards
Nilantha.