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

linking a proc file- Urgent

Status
Not open for further replies.

hopexxx

Programmer
May 6, 2003
5
0
0
US
Hi ,
I have written a small proc function in the file test.pc file. I have another main C file "main.c" in which i want to call the pro*C function.
I am trying to create a executable by giving the below command
make -f proc.mk EXE="test" OBJS="main.o test.o"
I get the error Unsatisfied Symbols
sqlca(data)
Error Exit
I am unable to debug further. Kindly Help me
 
You have to link also the SQL-Library orasql9.lib into your program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top