How to pass <(box unsigned-int)> to com-invoke?

116 Views Asked by At

My try:

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

exact error:

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

How to pass <(box unsigned-int)> to com-invoke?

0

There are 0 best solutions below