【发布时间】:2013-06-20 18:23:38
【问题描述】:
当我读到WP8 C++ project template 时,我明白了
Windows Phone 空动态链接库
为 Windows 创建本地动态链接库的项目 电话应用。
Windows Phone 空静态库
为 Windows Phone 创建本机静态库的项目 应用程序。
静态库和动态链接库对 WP8 意味着什么?
假设我有我的 Windows 库源(例如 openssl),是否需要转换为 WP8 静态库以供 WP8 应用使用?
无论我使用 WP8 静态链接库还是动态链接库,我都必须将它们包装在 WP8 运行时组件中才能让我的应用使用,对吗?
【问题讨论】:
标签: windows-phone-8 runtime components static-libraries dynamic-library