Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: VC++ Oracle ODMG Link Error
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
![]() |
![]() |