12 Oct
2010
12 Oct
'10
4:12 p.m.
On 2010-10-12 15:16, Asif Fayyaz wrote:
No, that issue is a bit different and I have already included
I am again posting the code: --------------------------------Sample application source: #include
#include 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; } --------------------------------
Compile & Link --> generate test.exe: g++ -o test.exe test.cpp -lboost_filesystem Start (here on Linux): ./test.exe prints: Testboost.....testfile1.txt IMHO it seems to work, so what was your problem?