2012-05-01から1ヶ月間の記事一覧

Macで、Apple版じゃないgccを使用してBoostをビルドするときのエラー

いつも忘れるのでメモBoost users' mailing page: Re: [Boost-users] Boost Install on Mac OS X using GCC (1) Create a file user-config.jam in the boost root with the following contents: using darwin : std0x : "/opt/local/bin/g++" : -std=gnu++0…

DLL_PROCESS_DETACHでデッドロック

φ(..)メモメモgrayhole: DLL_PROCESS_DETACH は難しい c++ - FreeLibrary blocks my application - Stack Overflow Make sure you are not waiting for some thread inside DLL_PROCESS_DETACH.When DllMain is called, system aquires internal critical sectio…