
Paul A Bristow wrote:
| -----Original Message----- | From: boost-bounces@lists.boost.org | [mailto:boost-bounces@lists.boost.org] On Behalf Of John Torjo | Sent: 09 November 2005 21:02 | To: boost@lists.boost.org | Subject: Re: [boost] [Review] The review of the Boost.Logging | library startstoday, November 7th | > | > So I tried (LPCSTR) (quickest bodge) and with autorun works thus: | | I've made it work for Unicode, and tested in on VC7.1: the | basic_usage | example now has a configuration called "Debug Unicode"
Works OK in debug, but in release it tries to link to dll, despite #define Boost_LOG_NOLIB
Perhaps by design?
It should be have been BOOST_LOG_NO_LIB Same result with this?
| I assume you have VC8.0, and I also assume that VC8.0 has (quite) a few | bugs in it. Normally, "Test_log_out.txt" should be created in the | project's Working directory, which by default should be the dir where | the .sln file is found. | | > While I RTFM, perhaps you can advise on progress so far. | | Lucky me I found out what RTFM means :) | (from which, I had only guessed the F right ;))
Documentation looks as good as one can expect when written by the code author - by definition, they are incapable of making an Really Fine job of this ;-)
Well, I need to do better then :) Thanks! Best, John -- John Torjo, Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/surfaces.html - Sky's the limit! -- http://www.torjo.com/cb/ - Click, Build, Run!