boost 1.35.0では、Boost.Threadが結構強化されたようですので、Boost.Threadのドキュメントを読んでみたのですが、残念ながらThread Priorityの制御にはまだ対応していないようです。
Thread制御のコードをWin32APIではなくboostで書きたいのですが、これができないために移行できずにおります。
早く対応して欲しいなぁ・・・。
開発環境 | Visual C++ 2008 |
ライブラリ | boost 1.35.0 |
boost 1.35.0がリリースされました。
boost Version 1.35.0
待望のVisual Studio.NET 2008サポートはこうなっていました。
Supported Compilers
In addition the following compilers should be well supported, but weren't part of out release criteria for 1.35:
Microsoft Visual C++ 9 (Visual Studio .NET 2008).
なんか微妙です。でもライブラリのビルドはできましたのでやり方を以下に書いておきます。
cd [boostルート]
で[boostルート]に移動します。
bjam --toolset=msvc link=static,shared runtime-link=static,shared release debug stage