Boost logo

Boost Users :

From: Alo Sarv (alo.sarv_at_[hidden])
Date: 2005-12-03 17:55:02


The topic itself is already few months old, namely the fact that
Boost.Filesystem
library breaks on Mingw in DLL builds. As I see from regression tests, this
issue
hasn't been fixed yet. The reason I'm bringing this up again is that while
originally
it was concluded that static builds should be used on Mingw instead of DLL
builds,
it is becoming an increasing problem for me, since default_name_check
doesn't work
across DLL boundaries when B.FS is linked statically to one of the DLL's,
which
results unexpected exceptions being thrown all over my codebase unless I
explicitly
construct paths using native name-checker, but tracking all those places is
a constant
headache.

Is there any plans on addressing this issue, or are there any additional
workarounds
to have default_name_check functioanlity working across DLL boundaries when
Boost.Filesystem is linked statically? My experience has been that mixing
dynamic
and static libraries is a really bad idea...

Alo Sarv



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net