Pro*C Linking Problem [message #93999] |
Wed, 30 July 2003 03:10 |
Madhavi
Messages: 23 Registered: November 1999
|
Junior Member |
|
|
Hi
I am getting a problem when I m trying to link a
library(uses Pro*C ) with one one of the applications(uses Proc*C). I h've included sqlca.h in both the library and the application .
The error is
Duplicate symbol "sqlca" in files - application program's object file and the library
Does anyone know how to resolve this ?
I cannot use extern coz the library will be compiled independetly and the application will be compiled independently
|
|
|