Problem linking Oracle libraries with VC++

From: Bart Simpson <the.bartman_at_freesurf.fr>
Date: Sat, 02 Nov 2002 12:38:41 +0100
Message-ID: <3DC3B941.9010300_at_freesurf.fr>



Hi everybody...

I'm trying to compile and link an Oracle pro*C source with other C sources. I already have compile the .pc file, but get problems while linking it with other ones.
Here is what I get :

--

Linking...

fctora.obj : error LNK2001: unresolved external symbol _sqlcxt
fctora.obj : error LNK2001: unresolved external symbol _sqlorat
fctora.obj : error LNK2001: unresolved external symbol _sqlclu
fctora.obj : error LNK2001: unresolved external symbol _SQLDA_ALLOC
fctora.obj : error LNK2001: unresolved external symbol _sqlprc
fctora.obj : error LNK2001: unresolved external symbol _sqlnul
fctora.obj : error LNK2001: unresolved external symbol _sqlglm
fctreq.obj : error LNK2001: unresolved external symbol _regCmp
fctreq.obj : error LNK2001: unresolved external symbol ___loc1
fctreq.obj : error LNK2001: unresolved external symbol _regEx
regexp.obj : error LNK2001: unresolved external symbol _regerror
Debug/intmod.exe : fatal error LNK1120: 11 unresolved externals Error executing link.exe.

--

I've tried everything I thought that could work... Can anybody help me with that ?

Tanks

Regards. Received on Sat Nov 02 2002 - 12:38:41 CET

Original text of this message