Author Topic: CodeBlocks and Boost with Windows 7 64 bits  (Read 4105 times)

Offline nadhello

  • Single posting newcomer
  • *
  • Posts: 2
CodeBlocks and Boost with Windows 7 64 bits
« 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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: CodeBlocks and Boost with Windows 7 64 bits
« Reply #1 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