links to this page:
How to create plugins
Traditional Classical Squeak VM
Swiki Page List
MobVM/SmallSqueak Page Cluster
External Plugins
Last updated at 12:10 am UTC on 17 January 2006
Distributed as separate shared library.
For Windows VM, the functions for the external plugins are accessed via the LoadLibray (ioLoadModule) and GetProcAddress (ioFindExternalFunctionIn) calls to the system. The details of implementation are in 'sqWin32ExternalPrims.c'.