Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> VC 6.0 and Oracel 8.1.5 on NT
Hello guys,
I am trying to compile a demo c sample program and I keep getting the
errors below.
I am using:
VC 6.0
Win NT 4.0
Oracle 8.1.5
I am trying to build the CDEMO1 sample program.
I have already set up the environment in VC to look like this: Tools->Options->Inlcude files = f:\Oracle\Ora81\oci\include Tools->Options->Library files = f:\Oracle\Ora81\oci\lib\msvc
Does any body know how I can solve this problem? Thank you very much
CDEMO1.OBJ : error LNK2001: unresolved external symbol _ocom CDEMO1.OBJ : error LNK2001: unresolved external symbol _ofetch CDEMO1.OBJ : error LNK2001: unresolved external symbol _oexec CDEMO1.OBJ : error LNK2001: unresolved external symbol _obndrn CDEMO1.OBJ : error LNK2001: unresolved external symbol _obndrv CDEMO1.OBJ : error LNK2001: unresolved external symbol _odescr CDEMO1.OBJ : error LNK2001: unresolved external symbol _oexfet CDEMO1.OBJ : error LNK2001: unresolved external symbol _odefin CDEMO1.OBJ : error LNK2001: unresolved external symbol _oparse CDEMO1.OBJ : error LNK2001: unresolved external symbol _ocof CDEMO1.OBJ : error LNK2001: unresolved external symbol _oopen CDEMO1.OBJ : error LNK2001: unresolved external symbol _olog CDEMO1.OBJ : error LNK2001: unresolved external symbol _oerhms CDEMO1.OBJ : error LNK2001: unresolved external symbol _ologof CDEMO1.OBJ : error LNK2001: unresolved external symbol _ocloseDebug/CDEMO1.exe : fatal error LNK1120: 15 unresolved externals Received on Wed Jul 05 2000 - 13:26:27 CDT
![]() |
![]() |