
Well that sounds very plausible, but I am puzzled as to where I should alter this. I have installed the Boost library in the usual way and chosen the solution by opening it from File Open solution The Path of the solution is shown in the Properties page below \\Hetp3\i$\boost_1_33_0\libs\test\build\msvc71_proj\boost_test_library.sln but is greyed out so I can't alter it. I am building and running unit_test_example1 project. The project property page shows .\Debug/unit_test_example1.exe as the output file. It is set as the startup project and I press ctrl F5 So where/how can I alter the descriptor to use a single backslash? (Or just remove the computer name from the path?) Thanks Paul -- Paul A Bristow Prizet Farmhouse, Kendal, Cumbria UK LA8 8AB Phone and SMS text +44 1539 561830, Mobile and SMS text +44 7714 330204 mailto: pbristow@hetp.u-net.com www.hetp.u-net.com | -----Original Message----- | From: boost-bounces@lists.boost.org | [mailto:boost-bounces@lists.boost.org] On Behalf Of Beman Dawes | Sent: 26 November 2005 22:06 | To: boost@lists.boost.org | Subject: Re: [boost] Full MS compiler version info? | | > | > CMD.EXE was started with | > '\\hetp3\i$\boost_1_33_0\libs\test\build\msvc71_proj' as the current | > directory path. UNC paths | > are not supported. Defaulting to Windows directory. | | Two leading backslashes cause the path to be interpreted as a | UNC path rather than a file system path. The fix is to use a single backslash.