SYNOPSIS
#include <tcl.h>
Tcl_Main(argc, argv, appInitProc)
ARGUMENTS
- int argc (in)
-
Number of elements in argv.
- char *argv[] (in)
-
Array of strings containing command-line arguments.
- Tcl_AppInitProc *appInitProc (in)
-
Address of an application-specific initialization procedure. The value for this argument is usually
Tcl_AppInit() .
DESCRIPTION
Normally each application contains a small main function that
does
nothing but invoke
When it is has finished its own initialization, but before
it processes commands,
typedef int Tcl_AppInitProc(Tcl_Interp *interp);
AppInitProc is almost always a pointer to
PORTABILITY
Windows 2000. Windows XP. Windows Server 2003. Windows Vista. Windows 7. Windows Server 2008.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
MKS Toolkit 9.3 Documentation Build 6.