Boost logo

Boost Users :

From: raulh39_at_[hidden]
Date: 2008-01-17 16:07:55


On Fri, 18 Jan 2008 00:34:22 +0530
"Eswar K" <kja.eswar_at_[hidden]> wrote:

> I was earlier using boost-1.33.1 and my code was
> working fine.

I will assume that you are now using Boost-1.34.1...

> add_file( (*dir_itr).native_file_string() );

I do not have the oportunity to test it, but I think that you should try something like this:

add_file( (*dir_itr).path().native_file_string() );
                    ^^^^^^^

And I think that native_file_string() is deprecated. Yo should use file_string() instead.

HTH,
Raul.

-- 
 <raulh39_at_[hidden]>

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net