在windows上使用mysql的quickfix – 编译错误python 2.7

我得到这个错误,同时试图编译quickfix在窗口的python与MySQL后端使用setuptools:

MySQLStore.obj : error LNK2019: unresolved external symbol _strptime referenced in function "private: void __thiscall FIX::MySQLStore::populateCache(void)" (?populateCache@MySQLStore@FIX@@AAEXXZ) build\lib.win32-2.7\_quickfix.pyd : fatal error LNK1120: 1 unresolved externals error: command 'C:\\Program Files (x86)\\Common Files\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\link.exe' failed with exit status 1120 

我没有安装Visual Studio(或有任何经验),有没有办法解决这个问题呢?

谢谢,

查理

问题是我没有包含strptime.c文件(重命名为strptime.cpp),并且修改了这个文件以包含strptime.h头文件