Skip to content

Category Archives: programming

Boost library under Windows 7/eclipse

Recently I had to use some class from the Boost library and I have immediately faced the problem of building the Boost library. My task was to create the functional library for the eclipse IDE equipped with the gcc compiler from the MinGW environment. Actually the bjam.exe assumes the msvc compiler, so first this tool [...]