如何将 .NET 库链接到 IronScheme 中?

发布于 2024-12-01 04:30:19 字数 559 浏览 1 评论 0原文

我一直在摆弄 IronScheme,我对它很感兴趣。我看到这篇文章关于在 IronScheme 中创建 WinForms,但任何时候我尝试引用 DLL这:

(clr-reference System)
(clr-reference System.Data)
(clr-reference System.Windows.Forms)
etc...

我收到此错误:

Unhandled exception durring evaluation:
&who: "clr-reference"
&message: "Assembly not found"
&syntax:
  form: ( <the assembly> )
  subform: #f

我首先调用 (import (rnrs) (ironscheme clr)) 。我还有什么事情要做吗?

I have been messing around with IronScheme and I am intrigued by it. I saw this post on creating WinForms in IronScheme, but any time I try to do reference a DLL like this:

(clr-reference System)
(clr-reference System.Data)
(clr-reference System.Windows.Forms)
etc...

I get this error:

Unhandled exception durring evaluation:
&who: "clr-reference"
&message: "Assembly not found"
&syntax:
  form: ( <the assembly> )
  subform: #f

I call (import (rnrs) (ironscheme clr)) to begin with. Is there something else I have to do?

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

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

发布评论

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

评论(1

无法回应 2024-12-08 04:30:19

这是最近悄悄出现的一个错误:(

已在 RC5 版本中修复。

很抱歉给您带来不便。

干杯

leppie

This was a bug that recently crept in :(

It has been fixed in the RC5 release.

Sorry for the inconvenience.

Cheers

leppie

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