文件名称:VC_TCL
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- 曾**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
功能描述:
此程序主要演示TCL的以下几个方法:
1. 使用接口Tcl_CreateCommand()增加命令
2. 使用另一个API接口Tcl_CreateObjCommand()增加命令
3. 演示Tcl_CreateCommand()和Tcl_CreateObjCommand()接口中参数ClientData和
Tcl_CmdDeleteProc *的使用方法
4. 如何使用TCL API创建自己的应用程序
5. 使用TCL自带的交互接口执行用户的输入
-Function Descr iption: This program demonstrates TCL of the following main methods: 1. To use interface Tcl_CreateCommand () increase in order 2. To use another API Interface Tcl_CreateObjCommand () to increase the command 3. Demo Tcl_CreateCommand () and Tcl_CreateObjCommand () interface parameters ClientData and Tcl_CmdDeleteProc* to use 4. how to use the TCL API to create their own applications 5. use the TCL interface to the implementation of user interaction that comes with the input
此程序主要演示TCL的以下几个方法:
1. 使用接口Tcl_CreateCommand()增加命令
2. 使用另一个API接口Tcl_CreateObjCommand()增加命令
3. 演示Tcl_CreateCommand()和Tcl_CreateObjCommand()接口中参数ClientData和
Tcl_CmdDeleteProc *的使用方法
4. 如何使用TCL API创建自己的应用程序
5. 使用TCL自带的交互接口执行用户的输入
-Function Descr iption: This program demonstrates TCL of the following main methods: 1. To use interface Tcl_CreateCommand () increase in order 2. To use another API Interface Tcl_CreateObjCommand () to increase the command 3. Demo Tcl_CreateCommand () and Tcl_CreateObjCommand () interface parameters ClientData and Tcl_CmdDeleteProc* to use 4. how to use the TCL API to create their own applications 5. use the TCL interface to the implementation of user interaction that comes with the input
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC_TCL\TCL_IN_APP\tclapp.cpp
......\..........\TCL_IN_APP.vcproj
......\..........\TCL_IN_APP.vcproj.9612FFF06213403.axen.user
......\..........\test.tcl
......\VC_TCL.sln
......\......_CMD\tclmain.cpp
......\..........\VC_TCL_CMD.vcproj
......\..........\VC_TCL_CMD.vcproj.9612FFF06213403.axen.user
......\TCL_IN_APP
......\VC_TCL_CMD
VC_TCL
......\..........\TCL_IN_APP.vcproj
......\..........\TCL_IN_APP.vcproj.9612FFF06213403.axen.user
......\..........\test.tcl
......\VC_TCL.sln
......\......_CMD\tclmain.cpp
......\..........\VC_TCL_CMD.vcproj
......\..........\VC_TCL_CMD.vcproj.9612FFF06213403.axen.user
......\TCL_IN_APP
......\VC_TCL_CMD
VC_TCL