links to this page:
Complex Stuckins
SqM
Bootstrap Plugins
Swiki Page List
MobVM/SmallSqueak Page Cluster
SqPOP
Last updated at 12:12 am UTC on 17 January 2006
From SqM.h :
typedef struct SqPOP
{
struct GenericPlugin genericPlugin ;
struct SqMOMProxysqMOMProxy ;
struct WinMainParams winMainParams ;
TCHAR *pathNameSqMIni ;
TCHAR *pathNameInstallIni ;
TCHAR pluginsProfile ;
TCHAR *vmPath ;
TCHAR *vmName ;
char *imageName ;
TCHAR *imagePath ;
char *iniName ;
int inCleanExit ;
int (GetSqMIniString)(LPSTR pszSection, LPSTR pszKey, LPSTR pszDefault, LPSTR pszRetValue, int iBufSize, int iIniFile) ;
struct GenericProxy* (*kernelGetPluginProxy)(char* moduleName) ;
int (*ioLoadModule)(char* pluginName) ;
int (ioFindExternalFunctionIn)(char lookupName, int moduleHandle) ;
} SqPOP ;