Igor Stasenko wrote:
On 15 April 2010 23:02, Lawson English <[email protected]> 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.
;)


Easy... TOO easy... :-)

Lawson


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to