我正在尝试使用Squeak外部函数接口。 所有信息,我能找到似乎并不适用于新佳乐5.0,因为当我尝试如: add: a to: b
" (int) add (int a, int b) ; "
< cdecl: int 'add' (int a, int b) module: 'mydll'>
^self externalCallFailed
这是从this pa
我使用菲罗4.我刚装的配置,其加载其他配置,我收到此错误: This package depends on the following classes:
GTExampleTestCase
GTExampleFinder
You must resolve these dependencies before you will be able to load these defi
我有以下代码来创建一个集合作为一个类的成员: CustomClass new members:Set new; yourself.
接下来我问大小 custom members size.
导致显然为0,但是当我在该集合中插入一个自定义元素时,我要求它的大小会导致一个错误,告诉我我的自定义元素不可索引。 custom members add: MyCustomElement new.
c