构建项目 Visual C++ 失败 - 缺少文件

build project visual c++ failing - missing files

我正在尝试在此处构建 itunnel_mux 项目:

https://code.google.com/p/iphonetunnel-usbmuxconnectbyport/ The source for the project build is here - http://iphonetunnel-usbmuxconnectbyport.googlecode.com/svn/trunk/itnl/win32_project/

但是,由于某种原因,它正在寻找的文件丢失了。 CoreFoundation.lib、iTunesMobileDevice 和 libMobiledevice.lib.

我想知道如何获得这些?根据他们的帮助部分,有人能够从 dll 的 https://code.google.com/p/iphonetunnel-usbmuxconnectbyport/issues/detail?id=5

构建 lib 文件

但是,none 这些 dll 包含在 src 中,并且不清楚这些 dll 应该来自何处。我是否必须从源代码构建 dll,然后从中构建 lib 文件?

对这个构建有点困惑,如果有人知道正确的方向,我们将不胜感激。

干杯

您要么必须从源代码生成这些 .lib,要么必须在某个地方在线找到它们。
如果您想自己构建它们(我推荐),请查看 this question.