genesis10.5破解版


genesis2000 for10.5破解版,完美支持win10全部版本 64位操作系统,
资源截图
代码片段和文件信息
/* 
 * tkAppInit.c --
 *
 * Provides a default version of the Tcl_AppInit procedure for
 * use in wish and similar Tk-based applications.
 *
 * Copyright (c) 1993 The Regents of the University of California.
 * Copyright (c) 1994 Sun Microsystems Inc.
 *
 * See the file “license.terms“ for information on usage and redistribution
 * of this file and for a DISCLAIMER OF ALL WARRANTIES.
 *
 * SCCS: @(#) tkAppInit.c 1.22 96/05/29 09:47:08
 */

#include “tk.h“

/*
 * The following variable is a special hack that is needed in order for
 * Sun shared libraries to be used for Tcl.
 */

extern int matherr();
int *tclDummyMathPtr = (int *) matherr;

#ifdef TK_TEST
EXTERN int Tktest_Init _ANSI_ARGS_((Tcl_Interp *interp));
#endif /* TK_TEST */

/*
 *----------------------------------------------------------------------
 *
 * main --
 *
 * This is the main program for the application.
 *
 * Results:
 * None: Tk_Main never returns here so this procedure never
 * returns either.
 *
 * Side effects:
 * Whatever the application does.
 *
 *----------------------------------------------------------------------
 */

int
main(argc argv)
    int argc; /* Number of command-line arguments. */
    char **argv; /* Values of command-line arguments. */
{
    Tk_Main(argc argv Tcl_AppInit);
    return 0; /* Needed only to prevent compiler warning. */
}

/*
 *----------------------------------------------------------------------
 *
 * Tcl_AppInit --
 *
 * This procedure performs application-specific initialization.
 * Most applications especially those that incorporate additional
 * packages will have their own version of this procedure.
 *
 * Results:
 * Returns a standard Tcl completion code and leaves an error
 * message in interp->result if an error occurs.
 *
 * Side effects:
 * Depends on the startup script.
 *
 *----------------------------------------------------------------------
 */

int
Tcl_AppInit(interp)
    Tcl_Interp *interp; /* Interpreter for application. */
{
    if (Tcl_Init(interp) == TCL_ERROR) {
return TCL_ERROR;
    }
    if (Tk_Init(interp) == TCL_ERROR) {
return TCL_ERROR;
    }
    Tcl_StaticPackage(interp “Tk“ Tk_Init Tk_SafeInit);
#ifdef TK_TEST
    if (Tktest_Init(interp) == TCL_ERROR) {
return TCL_ERROR;
    }
    Tcl_StaticPackage(interp “Tktest“ Tktest_Init
            (Tcl_PackageInitProc *) NULL);
#endif /* TK_TEST */


    /*
     * Call the init procedures for included packages.  Each call should
     * look like this:
     *
     * if (Mod_Init(interp) == TCL_ERROR) {
     *     return TCL_ERROR;
     * }
     *
     * where “Mod“ is the name of the module.
     */

    /*
     * Call Tcl_CreateCommand for application-specific commands if
     * they weren‘t already created by the init procedures called above.
     */

    /*
     * Specify a user-specific startup file to invoke if the application
     * is run interactively.  Typically the startup file is “~/.apprc“
     * where “app“ is the name of the applica

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        734  2016-06-26 16:21  genesis-installinstallfrontline.gif

     文件      50073  2016-06-26 16:21  genesis-installinstallftpftp_lib.tcl

     文件       5174  2016-06-26 16:21  genesis-installinstallftp.tcl

     文件       9203  2016-06-26 16:21  genesis-installinstallinstall.hlp

     文件      61501  2016-06-26 16:21  genesis-installinstallinstall.tcl

     文件      14512  2016-06-26 16:21  genesis-installinstallplugin.tcl

     文件       2049  2016-06-26 16:21  genesis-installinstall
eader.hlp

     文件      29334  2016-06-26 16:21  genesis-installinstall
eader.tcl

     文件      49519  2016-06-26 16:21  genesis-installinstall clu.tcl

     文件      33265  2016-06-26 16:21  genesis-installinstall ku.tcl

     文件        147  2016-06-26 16:21  genesis-installinstall.bat

     文件       1101  2016-06-26 16:21  genesis-installinstall.csh

     文件    1219501  2016-06-26 16:21  genesis-installliteratureBrochuresCustomerSupport.pdf

     文件    1205927  2016-06-26 16:21  genesis-installliteratureBrochuresGenesis.pdf

     文件     543781  2016-06-26 16:21  genesis-installliteratureBrochuresGenesisv9.5.pdf

     文件    1030443  2016-06-26 16:21  genesis-installliteratureBrochuresGenesis_DFM.pdf

     文件    1543825  2016-06-26 16:21  genesis-installliteratureBrochuresGenFlex.pdf

     文件     505740  2016-06-26 16:21  genesis-installliteratureBrochuresGenFlex2.5.pdf

     文件    1001814  2016-06-26 16:21  genesis-installliteratureBrochuresInCAM.pdf

     文件     923084  2016-06-26 16:21  genesis-installliteratureBrochuresInCoupon.pdf

     文件    1420605  2016-06-26 16:21  genesis-installliteratureBrochuresInPlan.pdf

     文件     830507  2016-06-26 16:21  genesis-installliteratureBrochuresInPlanFlex.pdf

     文件     502765  2016-06-26 16:21  genesis-installliteratureBrochuresInPlan_add-ons.pdf

     文件     702135  2016-06-26 16:21  genesis-installliteratureBrochuresInStack.pdf

     文件     308667  2016-06-26 16:21  genesis-installliteratureBrochuresODB_format.pdf

     文件     599543  2016-06-26 16:21  genesis-installliteratureBrochuresProducts_Overview.pdf

     文件       3320  2016-06-26 16:21  genesis-installliteratureindex.txt

     文件    2977102  2016-06-26 16:21  genesis-installliteratureOverviewGenesis_System_Overview.pdf

     文件    2471233  2016-06-26 16:21  genesis-installliteratureOverviewGenFlex_System_Overview.pdf

     文件         62  2012-07-04 21:30  genesis-installproductsapp_genapp_gen.ttl

............此处省略254个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)