Am 05.10.2005 um 20:07 schrieb Stephen Deasey:
I wonder if some will also need to look for global variables, to
checkl for module version or something...?
Anyway, if Tcl implements simillar functionality, we can just migrate
to the standard Tcl way of doing things. No need to wrap
Tcl_FSLoadFile will allow you to checkup up to two symbols
while loading the shared file. Among others it also loads
the shared-lib or a bundle (mac osx beast) in one shot
from the file or from memory. I use this in modload.c
as the sole load/lookup function.
If everybody would use Ns_ModuleLoad, then we need no
other calls.
OK, so I will scrap the mentioned calls out of the +
pubic API.
Cheers
Zoran