Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 Windows 上有一个桌面应用程序。我们希望将相同的应用程序带到 Android 和 iPhone。 一些数据是 SQL 格式,而另一些则存储在文本文件中。我们想构建一个通用库,使用它我们可以使用 C/C++ 在 Windows、Android 和 iOS 中访问 sql 数据和文本数据。它会在所有这些平台上运行吗?
您希望使用 OData 通过 WCF 服务公开这些内容。然后从设备的应用程序中调用 WCF 服务以带回您需要的数据。