'TP_POOL support not implemented yet' Visual Studio 2013 上的错误

'TP_POOL support not implemented yet' error on visual studio 2013

本文关键字:Studio 2013 错误 Visual not TP POOL support implemented yet      更新时间:2023-10-16

我正在尝试为windows设置plaso,但被卡在利比亚和python绑定部分,基于这个网站

我正在visual studio 2013上构建它。第一个错误总是:

error C1189:# error: TP_POOL support not implemented yet

根据VS2013的msdn,当程序员显式指定错误指令时,会引发错误C1189。这意味着有一条通向

的路径
#error TP_POOL support not implemented yet

错误消息足够明确:TP_POOL绑定尚未实现。您必须删除试图使用此功能的部分。

教程步骤因Visual Studio的版本而异,这意味着它可能依赖于版本。如果可以,尝试使用vs2010构建,或者使用vs2013的库版本(如果有的话)。