Il 14/08/2015 21:36, Abhay Mhatre ha scritto:
is it possible to provide specific msvcrt.lib while building boost. It uses default one and my build system uses the one specified in build system. this causes heap corruption at the end of program termination.

thanks


_____________________________________
sorry,
do you mean that you have multiple VS instances in your machine and you want to use
a specific one ?
if it is the case, usually VS has a batch in the VC directory which sets all the needed
path for the specificed version, so it should be the case.
else, it sounds a bit unusual that building everything with the same compiler
leads to heap corruption...  it may sound silly, but have you checked that you are
the build system is all the same for each of ht ecomponents you are building ?

regards
Lorenzo