• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 505  文章 - 1034  trackbacks - 0
            <2007年12月>
            2526272829301
            2345678
            9101112131415
            16171819202122
            23242526272829
            303112345


            子曾經曰過:編程無他,唯手熟爾!

            常用鏈接

            留言簿(94)

            隨筆分類(649)

            隨筆檔案(505)

            相冊

            BCB

            Crytek

            • crymod
            • Crytek's Offical Modding Portal

            Game Industry

            OGRE

            other

            Programmers

            Qt

            WOW Stuff

            搜索

            •  

            積分與排名

            • 積分 - 911663
            • 排名 - 14

            最新隨筆

            最新評論

            閱讀排行榜

            評論排行榜

            先研究下這個,吼吼。夠研究一段時間的了。

            電驢:http://sourceforge.net/projects/emule/

            電驢源碼分析:

            http://blog.csdn.net/ruibird/category/273392.aspx?PageNumber=2

            http://www.ppgod.com/thread.php?fid-20.html

            BT & eMule

            http://mail.ustc.edu.cn/~ltguo/2005/12/bt_emule.html

            2007-10-09
            研究了下,復雜度不是一般的高,基本上mission impossible.

            還是先做這件事情比較實在,把某些pak包里的一堆小文件合成一個文件,這樣子更新服務器上就沒有那么多一個個的小文件了,防止玩家頻繁的建立連接。
               老子想編譯下emule,結果一堆的第三方庫,奶奶的!

            初見成果,現在只剩下下面的問題了:

            ------ 已啟動生成: 項目: emule, 配置: Debug Win32 ------

            正在鏈接
            IPFilterDlg.obj : error LNK2001: 無法解析的外部符號 
            "protected: void __thiscall CResizableDialog::EnableSaveRestore(wchar_t const *,int)" (?EnableSaveRestore@CResizableDialog@@IAEXPB_WH@Z)
            NetworkInfoDlg.obj : error LNK2019: 無法解析的外部符號 
            "protected: void __thiscall CResizableDialog::EnableSaveRestore(wchar_t const *,int)" (?EnableSaveRestore@CResizableDialog@@IAEXPB_WH@Z) ,該符號在函數 "void __cdecl CreateNetworkInfo(class CRichEditCtrlX &,struct _charformatw &,struct _charformatw &,bool)" (?CreateNetworkInfo@@YAXAAVCRichEditCtrlX@@AAU_charformatw@@1_N@Z) 中被引用
            AddSourceDlg.obj : error LNK2019: 無法解析的外部符號 
            "protected: void __thiscall CResizableDialog::EnableSaveRestore(wchar_t const *,int)" (?EnableSaveRestore@CResizableDialog@@IAEXPB_WH@Z) ,該符號在函數 "protected: virtual int __thiscall CAddSourceDlg::OnInitDialog(void)" (?OnInitDialog@CAddSourceDlg@@MAEHXZ) 中被引用
            CollectionCreateDialog.obj : error LNK2019: 無法解析的外部符號 
            "protected: void __thiscall CResizableDialog::EnableSaveRestore(wchar_t const *,int)" (?EnableSaveRestore@CResizableDialog@@IAEXPB_WH@Z) ,該符號在函數 "unsigned int __stdcall ATL::_AtlGetThreadACPThunk(void)" (?_AtlGetThreadACPThunk@ATL@@YGIXZ) 中被引用
            CollectionViewDialog.obj : error LNK2001: 無法解析的外部符號 
            "protected: void __thiscall CResizableDialog::EnableSaveRestore(wchar_t const *,int)" (?EnableSaveRestore@CResizableDialog@@IAEXPB_WH@Z)
            DirectDownloadDlg.obj : error LNK2001: 無法解析的外部符號 
            "protected: void __thiscall CResizableDialog::EnableSaveRestore(wchar_t const *,int)" (?EnableSaveRestore@CResizableDialog@@IAEXPB_WH@Z)
            SharedFilesCtrl.obj : error LNK2001: 無法解析的外部符號 
            "protected: void __thiscall CResizableSheet::EnableSaveRestore(wchar_t const *,int,int)" (?EnableSaveRestore@CResizableSheet@@IAEXPB_WHH@Z)
            ClientDetailDialog.obj : error LNK2019: 無法解析的外部符號 
            "protected: void __thiscall CResizableSheet::EnableSaveRestore(wchar_t const *,int,int)" (?EnableSaveRestore@CResizableSheet@@IAEXPB_WHH@Z) ,該符號在函數 "protected: virtual int __thiscall CClientDetailDialog::OnInitDialog(void)" (?OnInitDialog@CClientDetailDialog@@MAEHXZ) 中被引用
            FileDetailDialog.obj : error LNK2001: 無法解析的外部符號 
            "protected: void __thiscall CResizableSheet::EnableSaveRestore(wchar_t const *,int,int)" (?EnableSaveRestore@CResizableSheet@@IAEXPB_WHH@Z)
            CollectionListCtrl.obj : error LNK2001: 無法解析的外部符號 
            "protected: void __thiscall CResizableSheet::EnableSaveRestore(wchar_t const *,int,int)" (?EnableSaveRestore@CResizableSheet@@IAEXPB_WHH@Z)
            SearchListCtrl.obj : error LNK2001: 無法解析的外部符號 
            "protected: void __thiscall CResizableSheet::EnableSaveRestore(wchar_t const *,int,int)" (?EnableSaveRestore@CResizableSheet@@IAEXPB_WHH@Z)
            DialogMinTrayBtn.obj : error LNK2019: 無法解析的外部符號 
            "public: __thiscall CResizableDialog::CResizableDialog(wchar_t const *,class CWnd *)" (??0CResizableDialog@@QAE@PB_WPAVCWnd@@@Z) ,該符號在函數 "public: __thiscall CDialogMinTrayBtn<class CResizableDialog>::CDialogMinTrayBtn<class CResizableDialog>(wchar_t const *,class CWnd *)" (??0?$CDialogMinTrayBtn@VCResizableDialog@@@@QAE@PB_WPAVCWnd@@@Z) 中被引用
            ListViewWalkerPropertySheet.obj : error LNK2019: 無法解析的外部符號 
            "public: __thiscall CResizableSheet::CResizableSheet(wchar_t const *,class CWnd *,unsigned int)" (??0CResizableSheet@@QAE@PB_WPAVCWnd@@I@Z) ,該符號在函數 "public: __thiscall CListViewWalkerPropertySheet::CListViewWalkerPropertySheet(wchar_t const *,class CWnd *,unsigned int)" (??0CListViewWalkerPropertySheet@@QAE@PB_WPAVCWnd@@I@Z) 中被引用
            cryptlib.lib(integer.obj) : error LNK2019: 無法解析的外部符號 
            "public: unsigned int * __thiscall CryptoPP::AlignedAllocator<unsigned int>::allocate(unsigned int,void const *)" (?allocate@?$AlignedAllocator@I@CryptoPP@@QAEPAIIPBX@Z) ,該符號在函數 "public: __thiscall CryptoPP::SecBlock<unsigned int,class CryptoPP::AlignedAllocator<unsigned int> >::SecBlock<unsigned int,class CryptoPP::AlignedAllocator<unsigned int> >(unsigned int)" (??0?$SecBlock@IV?$AlignedAllocator@I@CryptoPP@@@CryptoPP@@QAE@I@Z) 中被引用
            Debug
            /emule.exe : fatal error LNK1120: 5 個無法解析的外部命令

            生成日志保存在“file:
            //d:\soft\code\eMule0.48a-Sources\srchybrid\Debug\BuildLog.htm”中
            emule - 15 錯誤,0 警告

            2007-10-9
            今天把這兩條解決了
            cryptlib.lib(integer.obj) : error LNK2019: 無法解析的外部符號 "public: unsigned int * __thiscall CryptoPP::AlignedAllocator<unsigned int>::allocate(unsigned int,void const *)" (?allocate@?$AlignedAllocator@I@CryptoPP@@QAEPAIIPBX@Z) ,該符號在函數 "public: __thiscall CryptoPP::SecBlock<unsigned int,class CryptoPP::AlignedAllocator<unsigned int> >::SecBlock<unsigned int,class CryptoPP::AlignedAllocator<unsigned int> >(unsigned int)" (??0?$SecBlock@IV?$AlignedAllocator@I@CryptoPP@@@CryptoPP@@QAE@I@Z) 中被引用

             2007-10-17
            今天秒大刀把鏈接不過的問題解決了
            解決方法:把ResizableLib的一個項目屬性改下


            哈哈,爽了!


            為表達感激之情,請秒大刀去吃飯,結果半路上被QA叫回公司了,暈!

            posted on 2007-10-08 21:23 七星重劍 閱讀(2118) 評論(2)  編輯 收藏 引用 所屬分類: PL--c/c++Network ProgrammingP2P

            FeedBack:
            # re: 用p2p優化網絡游戲客戶端自動更新工具 2009-03-03 12:02 yeeler
            cryptlib.lib(integer.obj) : error LNK2019: 無法解析的外部符號 "public: unsigned int * __thiscall CryptoPP::AlignedAllocator<unsigned int>::allocate(unsigned int,void const *)" (?allocate@?$AlignedAllocator@I@CryptoPP@@QAEPAIIPBX@Z) ,該符號在函數 "public: __thiscall CryptoPP::SecBlock<unsigned int,class CryptoPP::AlignedAllocator<unsigned int> >::SecBlock<unsigned int,class CryptoPP::AlignedAllocator<unsigned int> >(unsigned int)" (??0?$SecBlock@IV?$AlignedAllocator@I@CryptoPP@@@CryptoPP@@QAE@I@Z) 中被引用

            請問 這個是怎么解決的啊 ?  回復  更多評論
              
            # re: 用p2p優化網絡游戲客戶端自動更新工具 2018-07-11 23:57 七星重劍
            我擦,我居然10幾年前還研究過這個  回復  更多評論
              
            久久亚洲国产成人影院网站| 精品久久久久久久久久久久久久久| 亚洲精品97久久中文字幕无码| 久久久久久亚洲精品不卡| 一本大道久久东京热无码AV| 久久精品国产亚洲AV无码娇色 | 日韩影院久久| 国产精品久久久久a影院| 久久免费视频网站| 国色天香久久久久久久小说| 丁香五月综合久久激情| 一本色道久久99一综合| 久久久精品国产亚洲成人满18免费网站| 国产成人久久精品一区二区三区| 91精品国产91久久| 亚洲AV无码久久精品成人 | 久久成人国产精品一区二区| 久久九九兔免费精品6| 久久国产精品偷99| 国产欧美一区二区久久| 久久天天躁狠狠躁夜夜2020老熟妇| 狠狠色婷婷久久一区二区三区| 久久九九免费高清视频 | 久久99国产精品久久99小说| 国产成人香蕉久久久久| 97久久香蕉国产线看观看| 久久精品国产免费观看三人同眠| 欧美无乱码久久久免费午夜一区二区三区中文字幕 | 国产一久久香蕉国产线看观看| 99久久做夜夜爱天天做精品| 久久久久无码精品| 国内精品久久久久久久久| 亚洲国产成人久久综合一| 国产亚洲欧美成人久久片| 久久99精品久久久久久久不卡| 久久久精品2019免费观看| 久久久久高潮毛片免费全部播放| 香蕉久久av一区二区三区| 99精品久久精品一区二区| 亚洲午夜久久久久久久久久| 精品国产青草久久久久福利|