• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • 搭建TCL測試環境

    發表于:2011-02-21來源:作者:點擊數: 標簽:
    搭建TCL 測試環境 軟件測試 利用Visual C++建立一個控制臺程序的工程,工程的名字為TclTest。 H文件: #include "tcl.h" #define RET_ERR false #define RET_OK true #define MAX_WORD_LEN 32 int GetWordFromStr(char *pStr, char *pDestStr, int iPos); in

      搭建TCL測試環境  軟件測試

      利用Visual C++建立一個控制臺程序的工程,工程的名字為TclTest。

      H文件:

      #include "tcl.h"

      #define RET_ERR false

      #define RET_OK true

      #define MAX_WORD_LEN 32

      int GetWordFromStr(char *pStr, char *pDestStr, int iPos);

      int Tcl_EXGetWord(ClientData clientData,

      Tcl_Interp *interp,

      int argc, char *argv[]);

      int Tcl_AppInit(Tcl_Interp *interp);

      CPP文件:

      #include "stdafx.h"

      #include "utsample.h"

      #include "memory.h"

      #include "string.h"

      int main(int argc, char* argv[])

      {

      Tcl_Main(argc, argv, Tcl_AppInit);

      return 0;

      }

      int Tcl_EXGetWord(ClientData clientData,

      Tcl_Interp *interp,

      int argc, char *argv[])

      {

      int iPos;

      bool rCode;

      char pDestStr[32];

      memset(pDestStr, 0, 32);

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>