常見問題

最後更新 2 years ago


  1. 將C程序的名稱由user.c修改為 ***.c. 例如:cipherlab.c
  2. 用記事本打開 Z.BAT。
  3. 用新名稱替換用戶。 例如::cipherlab

    原始:

    @echo off

    if exist user.map del user.map

    if exist user.abs del user.abs

    tulink user.lnk

    if exist user.abs goto step1

    echo ***** Link Error, Try Again *****

    goto end

    :step1

    tuconv -Fs32 -o %user.SHX user.abs

    :end



    修改後:

    @echo off

    if exist cipherlab.map del cipherlab.map

    if exist cipherlab.abs del cipherlab.abs

    tulink cipherlab.lnk

    if exist cipherlab.abs goto step1

    echo ***** Link Error, Try Again *****

    goto end

    :step1

    tuconv -Fs32 -o % cipherlab.SHX cipherlab.abs

    :end
  4. 用記事本打開 LINK 文件。 更改 *.rel 的名稱。 例如: cipherlab.rel

    -lm -lg -ll

    user.relè cipherlab.rel

    84wlan.lib

    8400lib.lib

    c900ml.lib



    /*******************************************/

    /*User could provide suitable values*/

    /*to the following variables*/

    /*******************************************/

    MainStackSize = 0x001000;

    HeapSize= 0x000100;

    MaxSysRamSize = 0x020000;
  5. 用記事本打開 LINK 文件。 更改 *.rel 的名稱。 例如: cipherlab.rel
    1. 打開 cmd.exe。 輸入“Y newname.c”。 例如:Y cipherlab.c
    2. 輸入 “Z”
    3. 如果你能看到圖表,你就成功地改變了文件名。
    image
















請稍後!

請稍後幾分鐘!