iSqueak Wikki : ioFreeModule

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Revision [332]

The oldest known version of this page was edited on 2008-10-22 03:16:01 by JohnMcIntosh

sqInt ioFreeModule(void *moduleHandle)


Parms:
moduleHandle magic number that identifies this handle
return: NONE, fake return of zero
From: Interpreter
Why:
To unload the module from memory when we want to dispose of it

Responsibility:
Attempt to unload the indicated module.

MacIntosh
os-9/OSXCarbon
copy of unix code
does print diagnostic messages if Squeak_debug is set in info.plist

Cocoa:
TBD

iPhone
not supported

Unix
dlclose()

Windows
FreeLibrary()

BUGS

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0370 seconds