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

Home -> Community -> Usenet -> c.d.o.server -> Pro*C++ Question .How to Compile multiple .pc files

Pro*C++ Question .How to Compile multiple .pc files

From: justvrk <justvrk_at_hotmail.com>
Date: Tue, 10 Aug 1999 14:45:32 GMT
Message-ID: <7opdu9$d9r$1@nnrp1.deja.com>


Hi:

I am trying to compile multiple pro*C files into my project under VC++5. During the linking phase I get the following error message

pcOraComm.obj : error LNK2005: "struct sqlca sqlca" (?sqlca@@3U0_at_A) already defined in ExchUtil.obj

I have two .pc files pcOraComm.pc and ExchUtil.pc which I have precompiled successfully.

Can anybody suggest how should I solve this ?

Thanks in Advance.
Vinayak

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Aug 10 1999 - 09:45:32 CDT

Original text of this message

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