I know that are similar question but doesn\'t help me. I want to build boost for Windows CE 6 on an x86 Platform.
I\'ve build STLPort in release moded as sh
Finaly I'm able to build Boost.Thread Boost.System Boost.Chrono Boost.DateTime Boost.Regex in debug and release mode.
The issue is according to this port (http://stackoverflow.com/questions/16016637/boost-c-and-windows-ce-6-0) that WinCe doesn't support long names. DLL name's can be larger then 32 chars.
The same problem of name length caused this_thread::sleep_for to don't work.
Thanks for all people the helped me.