Visual C++ 6.0 Processor Pack 编译xvidcore1.1.0
VC++6.0下編譯xvidcore1.1.0
分類:?PXA270&mpeg-4 網絡監控一路走來2008-05-26 22:04?211人閱讀?評論(0)?收藏?舉報
關于在VC++6.0下編譯xvidcore的方法在 MPEG-4 Xvid VC6.0編譯指南 一文中中已有詳細描述,但是因為我的VC6.0裝不上sp5/sp5,也就裝不上vcpp5.exe(Visual C++ Processor Pack),所以編譯的時候總有錯誤:
error C2520: conversion from unsigned __int64 to double not implemented, use signed __int64
sp5裝不上主要表現在在安裝最后updating system 的時候,總是有“pdm.dll unable to register itself int system registry”的錯誤,隨后就是。。。not successfully completed,google/baidu了好久,才找到一種手動注冊pdm.dll的方法 regsvr32 pdm.dll,試了試,還是不成功,返回錯誤代碼 0x80070005 錯誤代碼,搜索得知這是因為用戶權限不夠所致,遂改為 adminstrator 帳戶登錄,再次 regsvr32 pdm.dll 還是不行,其間有找到一篇講通過 RegMon 修改 access的辦法來注冊 pdm.dl的文章,但本人實在愚昧,又失敗了。這時我已經耗費了一天多的時間而無果了,這逼得我靜下心來想是否會有另一種解決問題的辦法,果然在http://blog.csdn.net/qiek/archive/2005/10/09/498117.aspx中我找到了解決問題的辦法。編譯成功,大喜!
其實細細想來,這個問題之所以花了我這么長時間才解決,很大程度上是因為自己懶于思考所致——太依賴Google了!!
經過這次問題,我有了以下幾點體會:
1> 遇到問題,要自己先思考,不要把思考的權利拱手讓給Google/Baidu
2> 對VC的開發環境的設置比較生疏,如Project->setting 下的 preprocessor defintions,Additional include directores,Additional libray,Object/libray modules,Addtional libray path;Tools->Options下的directories;Build->Set Active Configuration等
3> 對程序的生死,鏈接等過程比較陌生
故而應記住:
1> 尊重自己思考的權利,懂得因為自己思考而帶來的問題解決的高效性;
2> 找一本Windows編程的經典著作研讀之
Visual?C++?6.0?Processor?Pack
?這個vcpp, 真差勁啊~
- The Visual C++ 6.0 Processor Pack is not compatible with Visual C++ Service Pack 6. If you install the Visual C++ Service Pack 6 on a machine on which the Processor Pack is already installed, the Processor Pack functionality will become unavailable. Likewise, if you install the Processor Pack on a machine on which the Service Pack 6 is already installed, the Service Pack 6 will no longer function.
- The Processor Pack is a nonlocalized component, which will install and work correctly with localized versions of Visual C++ 6.0. However, it is important to note that the Setup program overwrites your localized compiler files with an English version. Error and warning messages will occur in English.
- There is no uninstall; you must uninstall Microsoft Visual C++ 6.0 and manually remove the remaining Processor Pack files.
- The Processor Pack documentation is installed in the VC98 folder. MASM version 6.15 is installed in the bin folder located in the VC98 folder.
-
總結
以上是生活随笔為你收集整理的Visual C++ 6.0 Processor Pack 编译xvidcore1.1.0的全部內容,希望文章能夠幫你解決所遇到的問題。