使用 Quartz PDF 渲染例程静态编译然后移植到 Windows 的库?
是否可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 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.