Hello,
Boost embrouille un peu ce que je croyais savoir sur les liaisons statiques et dynamiques :
If you are linking to a dynamic runtime, then you can choose to link to either a static or a dynamic Boost library, the default is to do a static link. You can alter this for a specific library whatever by defining BOOST_WHATEVER_DYN_LINK to force Boost library whatever to be linked dynamically. Alternatively you can force all Boost libraries to dynamic link by defining BOOST_ALL_DYN_LINK.
La toute première phrase m'intrigue : "If you are linking to a dynamic runtime".
De quoi parlent-ils donc ?
Partager