Build Boost C++ WinCE

前端 未结 2 1699
感情败类
感情败类 2020-12-30 17:40

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

2条回答
  •  清酒与你
    2020-12-30 18:17

    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.

提交回复
热议问题