• <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幾年前還研究過這個  回復  更多評論
              
            精品久久久久久久无码| 一级做a爰片久久毛片看看| 99久久成人国产精品免费| 四虎国产精品免费久久久| 亚洲人成无码久久电影网站| 精品久久久久久中文字幕大豆网 | 成人亚洲欧美久久久久| 免费一级欧美大片久久网| 亚洲国产欧美国产综合久久| 国产成人久久777777| 中文字幕久久久久人妻| 久久婷婷综合中文字幕| 99久久精品免费看国产一区二区三区 | 久久久久97国产精华液好用吗| 久久久久久伊人高潮影院| 精品国产热久久久福利| 久久精品国产亚洲77777| 亚洲欧美日韩久久精品| 伊人久久综合热线大杳蕉下载| 亚洲精品无码久久一线| 日本国产精品久久| 久久精品国产清自在天天线| 国产精品国色综合久久| 亚洲精品无码成人片久久| 日本精品久久久久久久久免费| 91久久国产视频| 99久久777色| 99久久人妻无码精品系列| 777午夜精品久久av蜜臀| 国产欧美久久久精品影院| 久久人搡人人玩人妻精品首页| 99久久婷婷国产一区二区| 99久久免费国产精精品| 日产精品久久久久久久性色| 99久久国产亚洲综合精品| 国产精品一区二区久久精品涩爱| 久久久久国产日韩精品网站| 久久免费观看视频| 人妻少妇精品久久| 精品人妻伦九区久久AAA片69| 亚洲中文字幕无码久久2020 |