2007年7月27日

增加MFC component到Wince 6.0 Image


##CONTINUE##
在Visual Studio 2005中建立Wince 6.0 OS時,似乎找不到MFC的Component,在Google上搜尋了一下,看起來是要自己將需要的檔案加到OS的Image中!

1.首先,若不知道程式需要用到哪些DLL檔,可以使用 Dependency Walker 確認:



2.利用 CEFileWiz將所需的DLL檔案產生CE 的Component,MFC相關的DLL在安裝Visual Studio2005完後,會放置在C:\Program Files\Microsoft Visual Studio 8\VC\ce\Dll\上!

選好要加入的檔案,並在Component Name填入名稱後,按下Built後就會在WINCE600\PUBLIC下加入新的Component,之後在Catalog Item Window內的Third Party內就可以看見新加入的Component了:)

沒有留言: