CecImport.exe命令列工具(PB6.0)

來源:互聯網
上載者:User

轉載自——作者:ARM-WinCE

 

 

在WinCE中提供了CecImport.exe命令列工具,可以將WinCE6.0以前所使用的.cec檔案轉換成WinCE6.0中使用的.pbcxml檔案。該工具可以在"/Windows CE Platform Builder/6.00/CEPB/IdeVS"目錄下面找到.

 

具體命令格式如下:

CecImport /target:pbcxml /winceroot:<winceroot> /output:<outputfilename> /version:<winceversion> <inputfile.cec>

 

/target: 該參數必須存在,表示輸出的檔案類型,一般為pbcxml

/winceroot: 該參數必須存在,WinCE6.0的根路徑

/output: 該參數必須存在,輸出檔案的檔案名稱

/version: WinCE的版本

<inputfile.cec>: 該參數必須存在,要被轉換的cec檔案

 

下面舉個例子,如下:

CecImport /target:pbcxml /winceroot:d:/WINCE600 /output:d:/smdk2410.pbcxml d:/smdk2410.cec

 

上面的命令表示將d:/根目錄下的smdk2410.cec檔案轉換成smdk2410.pbcxml檔案,轉換成功以後,命令列視窗中會有如下顯示:

Microsoft (R) Windows CE Platform Builder CecImport utility
Copyright (C) Microsoft Corporation. All rights reserved.

 

target=PbcXml
locale=804
winceroot=d:/wince600
overwrite=False
filename=d:/smdk2410.cec
output=d:/smdk2410.pbcxml
verbose=False

 

Import succeeded with 0 warning(s).

 

 

上面介紹了命令列工具CecImport.exe的使用方法,其實要轉換cec檔案還有更簡單的方法,開啟Visual Studio 2005,然後選擇"File"->"Open"->"File",直接開啟一個cec檔案,然後直接儲存為pbcxml檔案就可以了.

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.