Using boost in WDK build environment for applications?

后端 未结 3 915
予麋鹿
予麋鹿 2021-01-02 14:11

I am using the Windows Driver Kit (WinDDK 6001.18001) to build my userspace application rather than Visual Studio 2005. I am taking this approach because we also have to bui

3条回答
  •  一向
    一向 (楼主)
    2021-01-02 15:16

    Boost may already include a work-around for your issues, but isn't applying it because it doesn't recognise the compiler you're using (probably because drivers rarely use boost).

    Try examining (and possibly editing) boost/config/select_compiler_config.hpp and boost/config/compiler/visualc.hpp to make sure the compiler workarounds for MSVC are enabled.

提交回复
热议问题