如何传递<(box unsigned-int)>共同调用?

时间:2014-01-10 07:30:59

标签: com scheme racket win32ole

我的尝试:

(com-invoke fsc "Connect" "" (box +0))

确切错误:

Connect: expected argument of type <(box unsigned-int)>; given: '#&0

如何传递&lt;(box unsigned-int)&gt; com-invoke?

0 个答案:

没有答案