Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oci Help on compiling files.

Status
Not open for further replies.

swaroop

Programmer
Feb 4, 2001
100
US
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
OCIdemo1.C:
Warning W8065 OCIdemo1.C 27: Call to function 'OCIInitialize' with no prototype in function main
Warning W8065 OCIdemo1.C 30: Call to function 'OCIEnvInit' with no prototype in function main
Warning W8065 OCIdemo1.C 34: Call to function 'OCIHandleAlloc' with no prototype in function main
Warning W8065 OCIdemo1.C 36: Call to function 'OCIHandleAlloc' with no prototype in function main
Warning W8065 OCIdemo1.C 39: Call to function 'OCILogon' with no prototype in function main
Warning W8065 OCIdemo1.C 41: Call to function 'OCIErrorGet' with no prototype in function main
Warning W8065 OCIdemo1.C 48: Call to function 'OCIHandleAlloc' with no prototype in function main
Warning W8065 OCIdemo1.C 50: Call to function 'OCIStmtPrepare' with no prototype in function main
Warning W8065 OCIdemo1.C 56: Call to function 'OCIBindByName' with no prototype in function main
Warning W8065 OCIdemo1.C 61: Call to function 'OCIDefineByPos' with no prototype in function main
Warning W8065 OCIdemo1.C 65: Call to function 'OCIStmtExecute' with no prototype in function main
Warning W8065 OCIdemo1.C 69: Call to function 'OCIStmtFetch' with no prototype in function main
Warning W8065 OCIdemo1.C 72: Call to function 'OCILogoff' with no prototype in function main
Warning W8065 OCIdemo1.C 73: Call to function 'OCIHandleFree' with no prototype in function main
Warning W8065 OCIdemo1.C 74: Call to function 'OCIHandleFree' with no prototype in function main
Warning W8065 OCIdemo1.C 75: Call to function 'OCIHandleFree' with no prototype in function main
Warning W8004 OCIdemo1.C 75: 'rc' is assigned a value that is never used in function main
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'ORA803.LIB'
 
You probably need to modify your include and library paths to include the current directory. Your library path
probably needs to include $ORACLE_HOME/lib .
.. Eat, think and be merry .
... ....................... .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top