Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved.
ObjTcl_LoadClass()
SUMMARY Dynamic class loading.
DECLARED IN ObjTcl/ObjTcl.h
Class ObjTcl_LoadClass(const char *name)
DESCRIPTION ObjTcl_LoadClass() attempts to load class name in a Tcl interpreter.
RETURN If the class is successfully loaded, the reference to the class object is returned.
ObjTcl_Main()
SUMMARY Convenience main() functions.
DECLARED IN ObjTcl/ObjTclMain.h
SYNOPSIS int ObjTcl_Main(int argc, char **argv)
DESCRIPTION ObjTcl_Main() runs the Tcl main.
RETURN If there were no errors, 0 is returned.
SEE ALSO Examples/sh/
###