comp.lang.ada
 help / color / mirror / Atom feed
* Try to understand a linker Warning ;
@ 2003-03-06 10:06 xela
  2003-03-06 20:07 ` Stephen Leake
  0 siblings, 1 reply; 2+ messages in thread
From: xela @ 2003-03-06 10:06 UTC (permalink / raw)



Does somebody knows the exact meaning of this linker warning (using ObjectAda 7.
2.2) ?
 ----------
 ObjectAda Enterprise Edition Version 7.2.2: adabuild
 Copyright (c) 1997-2002 Aonix. All rights reserved.
 LINK : warning LNK4089: all references to "USER32.dll" discarded by /OPT:REF
 Linking...
 ----------
Thanks !


-- 
Ce message a ete poste via la plateforme Web club-Internet.fr
This message has been posted by the Web platform club-Internet.fr

http://forums.club-internet.fr/



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Try to understand a linker Warning ;
  2003-03-06 10:06 Try to understand a linker Warning ; xela
@ 2003-03-06 20:07 ` Stephen Leake
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Leake @ 2003-03-06 20:07 UTC (permalink / raw)


xela <xela@netcourrier.com> writes:

> Does somebody knows the exact meaning of this linker warning (using
> ObjectAda 7. 2.2) ?

>  ----------
>  ObjectAda Enterprise Edition Version 7.2.2: adabuild
>  Copyright (c) 1997-2002 Aonix. All rights reserved.
>  LINK : warning LNK4089: all references to "USER32.dll" discarded by /OPT:REF

I don't use ObjectAda, but this seems clear enough; the linker
discovered it didn't need USER32.dll.

So you can probably delete USER32.dll from the list of dll's you gave
the linker.

USER32.dll is the core Windows GUI library. If your app is
command-line, this makes sense.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-06 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-06 10:06 Try to understand a linker Warning ; xela
2003-03-06 20:07 ` Stephen Leake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox