Re: [boost] Review of Logging library begins today February 4th: dlls

Hi John, Just a small question - in 2005 we used logging v1, but we couldnt get it to play along with dlls: logging was defined in one dll (called 'log.dll' - if I remember correctly) , and various parts of the system in other dlls, but we could use log.dll reliably from the other dlls and had to revert to have a log inside each dll ... has this been addressed? (it might just be that this has to do with windows' way of memory in dll's) Regards, - Dirk -- CodeShop

Dirk Griffioen wrote:
Hi John,
Just a small question
- in 2005 we used logging v1, but we couldnt get it to play along with dlls: logging was defined in one dll (called 'log.dll' - if I remember correctly) , and various parts of the system in other dlls, but we could use log.dll reliably from the other dlls and had to revert to have a log inside each dll ...
has this been addressed?
If I understand correctly what you want, yes - it's been addressed. More specifically, please take a look at samples/dll_and_exe. Does this solve your problem? Best, John -- http://John.Torjo.com -- C++ expert http://blog.torjo.com ... call me only if you want things done right
participants (2)
-
Dirk Griffioen
-
John Torjo