无法编译clippy(swf剪贴板实用程序)

发布于 2024-12-06 06:33:46 字数 426 浏览 0 评论 0原文

我在使用此处的说明编译 Clippy 时遇到问题: https://github.com/ mojombo/clippy/blob/master/README.md

我已经下载了 Clippy 并尝试在 Mac、Linux 和 Windows 上进行编译,并且不断得到相同的结果: swf 编译时没有明显错误,但是当我尝试时在我的网页中加载 Clippy.swf 它没有响应。我已经尝试过其他人已经完成的自定义构建,并且效果很好 - 只是在一个无用的结果中构建了我自己的结果。 (是的,我确实安装了 haxe 和 swifmill)。我唯一能想到的可能是最新版本的 swifmill 或 haxe 导致了这个问题。

任何想法将不胜感激!

I am having trouble compiling clippy using the instructions here: https://github.com/mojombo/clippy/blob/master/README.md

I've downloaded clippy and have tried compiling on Mac, Linux, and Windows and I keep getting the same result: The swf compiles with no apparent errors but when I try to load the clippy.swf in my webpage it is unresponsive. I've tried custom builds that others have done and it works fine - just building my own results in a dud. (and yes I do have haxe and swifmill installed). The only thing I can think of is perhaps the latest version of swifmill or haxe is causing the issue.

Any thoughts would be greatly appreciated!

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

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

发布评论

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

评论(1

ゝ杯具 2024-12-13 06:33:46

根据提交日期和 haxe 新闻Haxe 2.02 是最新的当时的版本。

有一个拉取请求更新较新的 swfmill/haxe 版本 你可以尝试一下。另外看看其他一些分叉,有几个声称可以与较新的 haxe 配合使用版本,例如这个

不管怎样,除了创建一个调用它的按钮之外,我不知道这个小部件在做什么,

flash.system.System.setClipboard(text);

如果没有一个分叉应该工作,那么为最新的 haxe 版本重新创建它应该不难。

According to the commit date and the haxe news, Haxe 2.02 was the latest version at that time.

There is a pull request Updating for newer swfmill/haxe versions which you could try. Also take a look at some of the other forks, there are several claiming to work with newer haxe versions, like this one for example.

Anyway, I don't see what this widget is doing other than creating a button which calls

flash.system.System.setClipboard(text);

It shouldn't be to hard to recreate this for the latest haxe version, if none of the forks should work.

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