使用 Quartz PDF 渲染例程静态编译然后移植到 Windows 的库?

发布于 2024-12-06 07:43:32 字数 90 浏览 2 评论 0原文

是否可以在 OSX 下静态编译一个 C++ 库,该库调用 Quartz 例程进行 PDF 渲染,并在 Windows 下使用它来链接到 Windows C++ 项目?

is it possible to compile statically a c++ library under OSX which calls Quartz routines for PDF rendering and use it under Windows to be linked to a Windows c++ project?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九八野马 2024-12-13 07:43:32

如果您在 OSX 中添加了另一个针对 Windows 的编译器,则可能,否则不会。

OSX 的标准编译器无法针对 Windows 目标进行编译。

If you have added another compiler to OSX that targets Windows then possibly, otherwise no.

The standard compilers for OSX cannot compile for a Windows target.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文