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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Unresolved external reference Pro*c/C++ and MSVC 6.0

Re: Unresolved external reference Pro*c/C++ and MSVC 6.0

From: DriftWood <drift_wood_at_my-deja.com>
Date: Thu, 11 Jan 2001 20:31:01 GMT
Message-ID: <93l566$o45$1@nnrp1.deja.com>

Telling MSVC the directory for the library isn't enough. you either have to include it in the list of input directives to the linker (under project settings) or simply include the LIB file in the list of files for the project.

--
-cheers

  DW



"It is a kind of good deed to say well; and yet words are not deeds.   -William Shakespeare"

Sent via Deja.com
http://www.deja.com/ Received on Thu Jan 11 2001 - 14:31:01 CST

Original text of this message

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