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 -> Re: VC++ Oracle ODMG Link Error

Re: VC++ Oracle ODMG Link Error

From: Johan Wegener <xjwegener_at_xpost.xtele.xdk>
Date: Thu, 22 Jul 1999 23:37:14 +0200
Message-ID: <7n82q6$8c7$1@news.inet.tele.dk>


Denis Cote wrote in message <3796E701.F1811978_at_dninevada.com>...
> I'm getting a Link error using VC++ with the ODMG Object Api's, I
>have set the paths to every library in the known universe so that is =
not
>the problem.

[snip]
>TPP_CONDUIT.obj : error LNK2001: unresolved external symbol "int
>__oml_glue" (?__oml_glue@@3HA)
>Release/TPP_CONDUIT.dll : fatal error LNK1120: 1 unresolved externals
>Error executing link.exe.

[snip]
>extern int __oml_glue;

[snap]

Honestly, I dont know the first thing about ODMG, but based on your = output, and since you have include "every library in the known universe" = (;-), I like that one), are you use that ODMG does not demand that you = define the "__oml_glue" variable in one of your own modules?

Otherwise the sequence in which you include all your libs may be the = problem?

Cheers,
Johan Received on Thu Jul 22 1999 - 16:37:14 CDT

Original text of this message

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