【问题标题】:What's the meaning of "mt" in QuantLib-vc110-mt.lib?QuantLib-vc110-mt.lib 中的“mt”是什么意思?
【发布时间】:2015-06-18 15:17:17
【问题描述】:

我在vs2012中“release”下编译了Quantlib库,得到了lib文件,QuantLib-vc110-mt.lib。

我的问题是这个文件名中的“mt”是什么意思?我的猜测是它与“释放”有关。有什么我可以遵循的标准吗?或者有没有关于编译标志和库调试的介绍?

谢谢。

【问题讨论】:

标签: c++ compilation quantlib


【解决方案1】:

这不是标准,只是命名约定。如果它与 boost 相同,则表示多线程。见

How can I decode the boost library naming?

【讨论】:

  • 是的,我们选择它和Boost一样。
猜你喜欢
  • 1970-01-01
  • 2018-07-10
  • 1970-01-01
  • 2011-08-12
  • 2017-06-11
  • 2018-03-05
  • 2023-03-27
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多