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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

oracle oci and vc7 linking problem

Status
Not open for further replies.

amasny

Programmer
Oct 6, 2003
20
PL
Hello,
I try to build demo oci02.c program with vc.net.
I still got the errors like this:

oci02 error LNK2019: unresolved external symbol "int __cdecl oexec(struct cda_def *)" (?oexec@@YAHPAUcda_def@@@Z) referenced in function "void __cdecl get_data(void)" (?get_data@@YAXXZ)


could someone help me in this situation ?
I've included oci.lib library in my linker path.

I will appreciate for help - Arek
 
You included the path but did you physically link to the lib in project->settings->link Object/Library Modules? If you put the lib path in, the .lib file without path speicificaiton should be fine.

Matt
 
use oci.lib

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top