<div dir="ltr"><div><div><div><div><div><div><div><div>hi<br><br></div>i have question about ctypes and pyqtdeploy<br><br></div>can i use static (qt+python+ctypes)<br><br></div>if so can any one help me on how to build static ctypes (libffi) with vs 2010?<br><br></div>cause when i freeze with pyqtdeploy i got error<br>"Creating library release\T.lib and object release\T.exp<br>ffi.obj : error LNK2019: unresolved external symbol _ffi_call_x86 referenced in function _ffi_call<br>release\T.exe : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460'<br>Stop.<br>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BI<br>N\nmake.exe"' : return code '0x2'<br>Stop."<br><br></div>win xp sp3<br></div>vs 2010 sp1<br></div>python 3.4.2<br></div>qt 5.4.0<br></div>