重新编译第三方图书馆
问题描述:
嗨
我们使用一些第三方库,其中一些是C ++,并在其中的接口(例如,矢量,字符串)中使用标准的C ++容器等.
We use some 3rd party libraries, some of which are C++ and use standard C++ containers etc in there interfaces (e.g. vector, string).
如果我们开始使用Service Pack 1,是否需要重新编译它们?
Do we have to recompile them if we start using Service Pack 1?
它们已针对Visual Studio 2010进行了编译.
They have been compiled for Visual Studio 2010.
答
您可以查看以下MS KB文章,以了解SP1中的更改. .如果您的代码与以下问题有关,则必须重新构建.
You can check the following MS KB article for understand the changes in SP1. If your code is related with the following issue, you have to rebuild.
http://support.microsoft.com/kb/983509