Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: nadhello on February 26, 2021, 09:46:10 am

Title: CodeBlocks and Boost with Windows 7 64 bits
Post by: nadhello on February 26, 2021, 09:46:10 am
Hello,
I've Windows 7, 64 bits.
I'd like to know what CodeBlocks version can I use with what Boost version.
Then what's the procedure to insert Boost in CodeBlocks ?
By advance, thank you very much for your response.
Sincerely yours
Title: Re: CodeBlocks and Boost with Windows 7 64 bits
Post by: BlueHazzard on February 27, 2021, 01:04:40 am
Quote
I'd like to know what CodeBlocks version can I use with what Boost version.
The lates codeblocks version (best nightly build) is always good.
The compiler you want to use (keep in mind, codeblocks is not a compiler) depends on the boos version you want to use... Latest compiler, probably also latest boost version

Quote
Then what's the procedure to insert Boost in CodeBlocks ?
Boost is a huge collection of libraries, some are header only, sone need to be linked agains... it depends what part of boos you want to use...
Generally:
Project->Build options->Compiler-> include search path-> path to boost include folder
Project->Build options->Linker -> Library search path-> path to boos lib folder
Project->Build options->Linker->Libraries -> add the boost libraries you need