Re: VC++ Oracle ODMG Link Error
Date: Thu, 22 Jul 1999 23:37:14 +0200
Message-ID: <7n82q6$8c7$1_at_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_at__at_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 - 23:37:14 CEST