$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-02-10 09:57:20
On Sunday 09 February 2003 08:46 pm, Davlet Panech wrote:
> Hello,
>
> I just compiled build 1.29 with MS Visual C++ 6, and one of the libraries,
> boost_signals.dll does not export any symbols (and, as a consequence, no
> corresponding .LIB file is generated). Is that normal? A library with no
> symbols is quite useless, no? Anyhow, I'm not really using the signals
> library, nor I have the time to investigate, I just thought I'd let
> somebody know, because it seems suspicous.
Thanks for reporting this. The Signals library is missing dllimport/dllexport
specifiers throughout. I'll try to get this fixed for 1.30.0.
Doug