example in FFI manual not worked
April 20, 2017
6:46 a.m.
Hi Yuriy, I guess you subclassed your class from the (wrong) class "ExternalStructure" but in the guide it is "FFIExternalStructure". Make sure to accept in the browser: FFIExternalStructure subclass: #MyStructure instanceVariableNames: '' classVariableNames: '' package: 'FFIDemo' instead of ExternalStructure subclass: #MyStructure instanceVariableNames: '' classVariableNames: '' package: 'FFIDemo' to make the class MyStructure a subclass of FFIExternalStructure instead of ExternalStructure. Hope this helps! Bye Torsten
3389
Age (days ago)
3389
Last active (days ago)
0 comments
1 participants
participants (1)
-
Torsten Bergmann