如何将 .NET 库链接到 IronScheme 中?
我一直在摆弄 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是最近悄悄出现的一个错误:(
已在 RC5 版本中修复。
很抱歉给您带来不便。
干杯
leppie
This was a bug that recently crept in :(
It has been fixed in the RC5 release.
Sorry for the inconvenience.
Cheers
leppie