30 Nov
2008
30 Nov
'08
12:59 a.m.
AMDG Ken zhang wrote:
I want use boost::filesystem::wpath for directory operation, It worked fine in VS2005, but I can't compile the same code by code::block + MinGW. The compiler report error below.
D:\Development\Tools\boosttest\localization.cpp:14: error: `wpath' is not a member of `boost::filesystem' D:\Development\Tools\boosttest\localization.cpp:14: error: expected `;' before "path" D:\Development\Tools\boosttest\localization.cpp:15: error: `path' was not declared in this scope
How can I resolve it ? Is it a bug in MinGW?
is BOOST_NO_STD_WSTRING defined? In Christ, Steven Watanabe