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

Home -> Community -> Usenet -> c.d.o.misc -> Pro*C/VC++/NT: struct sqlca already defined???

Pro*C/VC++/NT: struct sqlca already defined???

From: Dietmar Leibecke <Dietmar.Leibecke_at_gamos.de.--->
Date: 1997/08/08
Message-ID: <33EAC67E.1310@gamos.de.--->#1/1

Hi everybody,

using Pro*C in a VC++/NT environment I have the following problem:

In two of the modules I included the sqlca.h file. During the link process the linker claims about "one or mor multiply defined symbols found":

"struct sqlca sqlca" (?sqlca@@3U0_at_A) already defined in ...

How can I access the sqlca structure in different modules without causing the linker to fail???

TIA,

        Dietmar Leibecke
        (Dietmar.Leibecke_at_gamos.de)
Received on Fri Aug 08 1997 - 00:00:00 CDT

Original text of this message

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