[omniORB] omniDynamic being discarded

Duncan Grisby duncan at grisby.org
Thu Aug 21 17:07:50 BST 2003


On Monday 18 August, Fred Cook wrote:

> We are porting part of our product to NT (MSDEV 6.0, and for me NT 4.0
> sp5).  We are getting a linker warning LNK 4089: all references to
> "omniDynamic400_rt.dll" discarded by /OPT:REF.  Has anybody fought this
> battle before and won.

That's not a problem. If you don't need any of the "dynamic" things,
like Any and TypeCode, you don't need the omniDynamic library.
Sometimes the MS linker spots that you don't need it. Other times, it
decides that you _do_ need it, even when actually you don't...

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list