问题描述
从Visual Studio 2008移植到2015后,在visual studio 2015中使用posixmodule.c时出现错误。
After porting from Visual Studio 2008 to 2015 getting error while using posixmodule.c in visual studio 2015.
任何需要包含lib或任何更新的建议posixmodule.c for 2015 visual studio
Any suggestions which lib needs to be included or any update done in posixmodule.c for 2015 visual studio
推荐答案
>>任何需要包含lib的建议或在posixmodule.c中为2015 Visual Studio完成的任何更新
此处是一个在VS2015上构建Python 2.7.11的补丁。
Here is a patch to make Python 2.7.11 build on VS2015.
https://github.com/python-cmake-buildsystem/python-cmake-buildsystem/issues/161
此外,对于这种情况更多与python模块相关,我建议你在下面这个论坛发帖。
Besides, for this case which is more related to python modules, I suggest you post on this forum below.
您的理解与合作将不胜感激。
Your understanding and cooperation will be grateful.
Bes t问候,
Baron Bi
Baron Bi
这篇关于pioinfo未解析的外部符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!