I suspected not but thanks for confirming it. Patrick T R I C Y C L E -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of John Maddock Sent: 22 October 2008 09:35 To: boost-users@lists.boost.org Subject: Re: [Boost-users] Is there a way to generate the library names used byauto_link.hpp Patrick Harris wrote:
I'd like to be able to use the generated library names to automatically add a linker delay load option but the auto_link.hpp file undefs the lib name and some of the other defines used. Is there a supported way of getting the generated names other than duplicating and customising bits of the auto_link.hpp file?
The short answer is no there isn't: the issue is that auto_link.hpp gets included multiple times (once for each library) so it really does need to clean up after itself. John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users