DLLs and STLs and static data (oh my!)

前端 未结 3 1705
粉色の甜心
粉色の甜心 2021-01-03 04:01

OK..... I\'ve done all the reading on related questions, and a few MSDN articles, and about a day\'s worth of googling.

What\'s the current \"state of the art\" answ

3条回答
  •  悲&欢浪女
    2021-01-03 04:57

    As long as they ALL use the exact same version of runtime DLLs, there should be no problem with STL. But once you happen to have several around, they will use for instance different heaps - leading to no end of troubles.

提交回复
热议问题