[StarSqueakPlugin][VM][Windows] Plugin not loaded!

Hannes Hirzel hirzel at spw.unizh.ch
Fri Mar 15 20:53:41 UTC 2002


On Fri, 15 Mar 2002, Tim Rowledge wrote: 
> > So I guess it must be an external plugin.
> Doesn't make much difference; an intenal plugin has to be 'loaded'
> the first time that any method accesses it. THe only real difference is
> that you're pretty sure it is there!

> 
> Try
> Smalltalk listBuiltinModules


This gave
#('BitBltPlugin 17 May 2001 (i)' 'B2DPlugin 17 May 2001 (i)'
'SurfacePlugin' 'FilePlugin 17 May 2001 (i)' 'SocketPlugin 17 May 2001
(i)' 'MIDIPlugin 17 May 2001 (i)' 'SerialPlugin 17 May 2001 (i)'
'JoystickTabletPlugin 17 May 2001 (i)' 'AsynchFilePlugin 17 May 2001 (i)'
'SoundPlugin 17 May 2001 (i)' 'SoundGenerationPlugin 17 May 2001 (i)'
'ADPCMCodecPlugin 17 May 2001 (i)' 'Klatt 17 May 2001 (i)'
'SoundCodecPrims 17 May 2001 (i)' 'LargeIntegers v1.2 17 May 2001 (i)'
'FFTPlugin 17 May 2001 (i)' 'FloatArrayPlugin 17 May 2001 (i)'
'Matrix2x3Plugin 17 May 2001 (i)' 'ZipPlugin 17 May 2001 (i)' 'Squeak3D 17
May 2001 (i)' 'DSAPrims 17 May 2001 (i)' 'DropPlugin 17 May 2001 (i)'
'MiscPrimitivePlugin 17 May 2001 (i)' 'SecurityPlugin 17 May 2001 (i)'
'JPEGReaderPlugin 17 May 2001 (i)' 'StarSqueakPlugin 17 May 2001 (i)'
'B3DAcceleratorPlugin 17 May 2001 (i)')


So the StarSqueakPlugin is built does not get loaded.


Smalltalk listLoadedModules   

#('LargeIntegers v1.2 17 May 2001 (i)'
'B2DPlugin 17 May 2001 (i)' 'BitBltPlugin 17 May 2001 (i)' 'SecurityPlugin
17 May 2001 (i)' 'FilePlugin 17 May 2001 (i)' 'MiscPrimitivePlugin 17 May
2001 (i)')


What is happening here? 


Hannes




More information about the Squeak-dev mailing list