22 Oct
2008
22 Oct
'08
8:34 a.m.
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.