] Before I check in<
br /><
br />Am 05.10.2005 um 20:07 schrieb Stephen Deasey: > I
wonder if some will also need to look for global variables, to
>
check
l for module version or something...? > > Any
way, if Tcl implements simillar functionality, we can just mig
rate >
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_FSLo
Probably ok to remove. Some modules (nsdb) implement their own
loading mechanism for e.g. drivers. But they seem to only use
LoadModule (or whatever it's called, not at my computer right now).
I wonder if some will also need to look for global variables, to
checkl for module version or something
... just a quick question.
Anybody using those C_API's:
Ns_ModuleSymbol(CONST char *file, CONST char *name)
NS_GNUC_NONNULL(1) NS_GNUC_NONNULL(2);
Ns_ModuleGetSymbol(CONST char *name)
NS_GNUC_NONNULL(1);
?
Because I *removed* them out, given the fact that
we now use Tcl_FsLoadFile() a