Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Pro*C Error

RE: Pro*C Error

From: Hitchman, Peter <Peter.Hitchman_at_thomson.com>
Date: Mon, 4 Oct 2004 13:55:19 +0100
Message-ID: <8D697B8FCEBB3744B3A1E4AE15E8331E4B87C6@der-lon-msg-03.derwent.co.uk>


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



This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email

--

http://www.freelists.org/webpage/oracle-l Received on Mon Oct 04 2004 - 07:56:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US