如何使 .NET C# ActiveX 插件在 Mac Safari 上运行?

发布于 2024-08-23 04:07:21 字数 110 浏览 8 评论 0原文

所以我创建了一个在 IE Chrome 等中工作的 Windows 插件(有一种简单的方法可以使 active x 插件在 Windows 下基于 Netscape 的浏览器上工作)如何将其移植到 Mac?

So I've created a plugin for windows working in IE Chrome etc (there is an eazy way to make active x plugin work on Netscape based browsers under windows) how to port it to mac?

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

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

发布评论

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

评论(3

素年丶 2024-08-30 04:07:21

如果你使用 silverlight,你可以编写 C# 代码,它可以在 mac/safari 和 mac/firefox 上运行
请阅读此处:http://silverlight.net/

if you use silverlight you can code C# and it will work on mac/safari and mac/firefox
read here: http://silverlight.net/

嘿哥们儿 2024-08-30 04:07:21

切换到 Java 小程序。您将无法使 ActiveX 控件在 Windows 以外的任何操作系统上运行。

Switch to a Java applet. You won't be able to make an ActiveX control work on anything other than Windows.

眼眸里的快感 2024-08-30 04:07:21

ActiveX 是一项 Microsoft Windows 技术。即使有一个 Safari 插件,您也会使用 Mac 操作系统上不存在的 API,实际上肯定会出现问题(如果它能运行的话)。如果您想要一个跨平台的浏览器插件,请使用 Java 小程序或其他类似的技术。

ActiveX is a Microsoft Windows technology. Even if there were a Safari plugin for it, you would be using APIs which don't exist on the Mac OS, virtually guaranteeing that problems would occur (if it would even run at all). If you want to have a cross-platform browser plugin, use Java applets or another similar technology.

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