On 15 April 2010 23:02, Lawson English <lenglish5@cox.net> wrote:
I tried to load Andreas Raab's ffi-based OpenGL packages into Pharo 1.0...
(Installer repository: 'http://source.squeak.org/FFI') Â install: 'FFI-Pools'; Â install: 'FFI-Kernel'; Â install: 'FFI-Tests'.
(Installer repository: 'http://www.squeaksource.com/CroquetGL') Â install: '3DTransform'; Â install: 'OpenGL-Pools'; Â install: 'OpenGL-Core'.
OpenGL example
I wasn't quite sure how to load them with Gofer so I did it manually with Monticello.
However, when I "doIt" with 'OpenGL example'
I get the error:
MessageNotUnderstood: SystemDictionary>>platformName OpenGL class>>new OpenGL class>>newIn: OpenGL example
No doubt its something totally trivial... Suggestions?
Select a #platformname selector with mouse , and then press alt-m to see who implements that message. Then try sending it from workspace until to make sure you found right implementor. Then modify the source code in OpenGL class>>new accordingly. ;)
Lawson
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.