
No, that issue is a bit different and I have already included <boost/filesystem.hpp> I am again posting the code: --------------------------------Sample application source: #include <stdio.h> #include <boost/filesystem.hpp> int main() { std::string m_FileName(boost::filesystem::path("testfile1.txt", boost::filesystem::no_check).native_file_string()); printf("Testboost.....%s\n", m_FileName.c_str()); return 0; } -------------------------------- Asif ---------- Replied message ---------- From: Igor R <boost.li...@gmail.com> Date: Oct 11, 5:57 pm Subject: boost 1.44.0 undefined reference to boost::filesystem2::no_check To: BOOST Archives
Any one??
any idea?
Waiting for response in this regard.
There was a similar issues here: http://permalink.gmane.org/gmane.comp.lib.boost.user/62789 Doesn't it apply your case? do you include <boost/filesystem.hpp>? _______________________________________________ Boost-users mailing list Boost-us...@lists.boost.orghttp:// lists.boost.org/mailman/listinfo.cgi/boost-users