Upon running the program, I now get a message:
boost::filesystem::directory_iterator constructor:"": The operation completed successfully.
 
Does that mean that the problem could be with the configuration of the library?
 
Ryan

Peter Dimov <pdimov@mmltd.net> wrote:
>> I am still stuck with this issue of a directory_iterator causing a
>> hang when it is declared. This is one of the most bizarre things I
>> have ever encountered.
>>
>> Some more clues have arisen since my last post:
>>
>> - Upon hanging, I now get a message box:
>> Unhandled exception at 0x77e73887 in PICtool-w32.exe: Microsoft C++
>> exception: boost::filesystem::filesystem_error @ 0x0012f170. I seem
>> to be getting *somewhere* although the message seems very vague.

Have you tried adding a try/catch(filesystem_error const & e) block around
the offending operations and printing e.what() to see what the error is?

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!