Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Pro*C Error
Hi,
Not that I am familiar with Windows platforms, but this is a linker error,
it cannot find the library (possibly a .dll file) that contains sqlcxt.
Maybe the problem is you are not including the Oracle standard library in
the build?
Regards
Pete
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Srinivas T
Sent: 04 October 2004 12:12
To: oracle-l_at_freelists.org
Subject: Pro*C Error
Hi,
This some what error related to my proc application.
I am unable to compile my pro*c program on vc++ 6.0 version..
and I am getting the following error.
Cpp1.obj : error LNK2001: unresolved external symbol "void __cdecl
sqlcxt(void * *,unsigned long *,struct sqlexd *,struct sqlcxp const *)"
(?sqlcxt@@YAXPAPAXPAKPAUsqlexd@@PBUsqlcxp@@@Z)
Debug/Cpp1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Kindly advice........
ThanX in advance......
srinivas
--
http://www.freelists.org/webpage/oracle-l
![]() |
![]() |