• <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>

            本源碼是對著名的開源代碼CoolPlayer的擴充,其中有些來自于其它的開源代碼,一切的版權屬原機構或原作者。
            在此對原作者致敬!
            包含的功能:
            1、支持mp3種格式的音樂文件播放。
            2、通過插件支持其它格式的音樂文件播放。
            3、支持換膚功能。
            4、進行了漢化。
            5、增加了mp3歌詞顯示功能。
            6、增加了音樂搜索功能,要有網站和數據庫支持。
            7、增加了多文件,多線程的下載功能。
            8、增加了編輯mp3標記功能。
            9、支持網絡播放功能。
            10、改善原來的網絡播放功能。
            11、其它的改善。
            技術應用:
            1、mp3解碼技術。
            2、插件技術。
            3、換膚技術。4、C調用WebService技術。
            5、多線程技術。
            6、多文件,多線程的下載技術。
            7、C讀寫XML文件技術。
            8、還有很多。:)

            歡迎聯系探討!

            重新修改過下載地址:http://www.cnblogs.com/Files/wantfly/TopMPlayer.rar

            Posted on 2008-05-04 11:07 曾浩 閱讀(3193) 評論(10)  編輯 收藏 引用 所屬分類: C/C++

            Feedback

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2008-05-04 12:00 by hhatss007
            不錯的東西,我3年前也做過類似的,也是用CoolPlayer的媒體播放部分,界面和功能與iTunes一樣。

            做這種東西會讓你心有余而力不足的,國外的軟件會讓你完全失去信心,開源的soundbird也做得非常好了,呵呵

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2008-05-04 14:44 by Wang Feng
            第一個文件就編譯不過去
            部分輸出:
            CLV_ListView.c:2831: error: ‘CIs_ListViewData’ has no member named ‘m_pColumns’
            CLV_ListView.c:2834: error: ‘rInvalid’ undeclared (first use in this function)
            CLV_ListView.c:2835: error: ‘CIs_ListViewData’ has no member named ‘m_rClient’
            CLV_ListView.c:2837: error: ‘CIs_ListViewData’ has no member named ‘m_pColumns’
            CLV_ListView.c:2838: error: ‘CIs_ListViewData’ has no member named ‘m_hWnd’
            CLV_ListView.c:2838: error: ‘FALSE’ undeclared (first use in this function)
            CLV_ListView.c: In function ‘CLV_Invalidate’:
            CLV_ListView.c:2849: error: ‘CIs_ListViewData’ has no member named ‘m_hWnd’
            CLV_ListView.c:2849: error: ‘FALSE’ undeclared (first use in this function)
            CLV_ListView.c: In function ‘RemoveSelectedItem’:
            CLV_ListView.c:2859: error: ‘BOOL’ undeclared (first use in this function)
            CLV_ListView.c:2859: error: expected ‘;’ before ‘bMoved’
            CLV_ListView.c:2864: error: ‘struct <anonymous>’ has no member named ‘m_hPlaylistViewControl’
            CLV_ListView.c:2865: error: ‘struct <anonymous>’ has no member named ‘m_hPlaylistViewControl’
            CLV_ListView.c:2868: error: ‘BROWSEINFO’ undeclared (first use in this function)
            CLV_ListView.c:2868: error: expected ‘;’ before ‘browseinfo’
            CLV_ListView.c:2869: error: ‘LPITEMIDLIST’ undeclared (first use in this function)
            CLV_ListView.c:2869: error: expected ‘;’ before ‘itemlist’
            CLV_ListView.c:2873: error: ‘browseinfo’ undeclared (first use in this function)
            CLV_ListView.c:2873: error: ‘HWND’ undeclared (first use in this function)
            CLV_ListView.c:2873: error: expected ‘;’ before ‘G_MTabCtrl’
            CLV_ListView.c:2877: error: ‘BIF_EDITBOX’ undeclared (first use in this function)
            CLV_ListView.c:2882: error: ‘itemlist’ undeclared (first use in this function)
            CLV_ListView.c:2882: warning: implicit declaration of function ‘SHBrowseForFolder’
            CLV_ListView.c:2885: warning: implicit declaration of function ‘SHGetPathFromIDList’
            CLV_ListView.c:2885: error: ‘struct <anonymous>’ has no member named ‘main_text_last_browsed_dir’
            CLV_ListView.c:2871: warning: unused variable ‘directorychoice’
            CLV_ListView.c:2890: error: ‘struct <anonymous>’ has no member named ‘m_hPlaylistViewControl’
            CLV_ListView.c:2893: warning: implicit declaration of function ‘lstrcpyn’
            CLV_ListView.c:2901: warning: implicit declaration of function ‘lstrcpy’
            CLV_ListView.c:2901: error: ‘struct <anonymous>’ has no member named ‘main_text_last_browsed_dir’
            CLV_ListView.c:2902: warning: implicit declaration of function ‘lstrcat’
            CLV_ListView.c:2903: error: ‘bMoved’ undeclared (first use in this function)
            CLV_ListView.c:2903: warning: implicit declaration of function ‘MoveFile’
            CLV_ListView.c:2906: warning: implicit declaration of function ‘CPLI_SetPath’
            CLV_ListView.c:2912: error: ‘struct <anonymous>’ has no member named ‘m_hPlaylistViewControl’
            CLV_ListView.c:2914: error: ‘struct <anonymous>’ has no member named ‘m_hPlaylistViewControl’
            CLV_ListView.c:2858: warning: unused variable ‘cNewPath’
            CLV_ListView.c:2857: warning: unused variable ‘cPath’
            CLV_ListView.c: At top level:
            CLV_ListView.c:2916: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CPlaylistWindow_CB_onAppMessage’
            CLV_ListView.c:2958: error: expected ‘)’ before ‘hWnd’
            CLV_ListView.c:3018: error: expected ‘)’ before ‘hWnd’
            make: *** [CLV_ListView.o] Error 1

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2008-05-04 14:45 by Wang Feng
            對了,編譯器
            $ gcc -v
            Using built-in specs.
            Target: i686-pc-linux-gnu
            Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix --mandir=/usr/share/man --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
            Thread model: posix
            gcc version 4.3.0 (GCC)

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2008-05-04 15:54 by 王曉軒
            1>------ 已啟動生成: 項目: libmad, 配置: Debug Win32 ------
            1>正在編譯...
            1>layer3.c
            1>c:\tddownload\src\topmplayer\libmad\layer3.c(337) : fatal error C1083: Cannot open include file: 'rq_table.dat': No such file or directory
            1>layer12.c
            1>c:\tddownload\src\topmplayer\libmad\layer12.c(46) : fatal error C1083: Cannot open include file: 'sf_table.dat': No such file or directory
            1>Generating Code...
            1>生成日志保存在“file://c:\TDDOWNLOAD\Src\TopMPlayer\libmad\msvc++\Debug\BuildLog.htm”
            1>libmad - 2 個錯誤,0 個警告
            2>------ 已啟動生成: 項目: TopMPlayer, 配置: Debug Win32 ------
            2>正在編譯...
            2>CPI_Player_Output_DirectSound.c
            2>.\CPI_Player_Output_DirectSound.c(30) : fatal error C1083: Cannot open include file: 'dsound.h': No such file or directory
            2>生成日志保存在“file://c:\TDDOWNLOAD\Src\TopMPlayer\Debug\BuildLog.htm”
            2>TopMPlayer - 1 個錯誤,0 個警告
            ========== 生成: 0 已成功, 2 已失敗, 3 最新, 0 已跳過 ==========

            這是使用VS2005編譯時出現的錯誤,是不是有些文件沒有包含?

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2008-05-06 09:25 by wantfly
            to hhatss007 :
            開始的時候為興趣去做,希望可以做一個短小精悍,功能強大的共享軟件,但真是心有余力不足。
            to Wang Feng :
            我一直是用VC2005進行編譯,沒用過GCC進行編譯。
            to 王曉軒:
            需要安裝DirectSound?;蛘甙袲irectSound中的'dsound.h'復制到工程目錄,當然還需要對應的lib

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2008-05-07 20:34 by 愛拼才會贏
            好像缺少文件,編譯之后提示如下:
            1>------ Build started: Project: libmad, Configuration: Debug Win32 ------
            1>Compiling...
            1>layer3.c
            1>g:\目前在用\topplayer播放器源碼\src\topmplayer\libmad\layer3.c(337) : fatal error C1083: Cannot open include file: 'rq_table.dat': No such file or directory
            1>layer12.c
            1>g:\目前在用\topplayer播放器源碼\src\topmplayer\libmad\layer12.c(46) : fatal error C1083: Cannot open include file: 'sf_table.dat': No such file or directory
            1>Generating Code...
            1>Build log was saved at "file://g:\目前在用\TopPlayer播放器源碼\Src\TopMPlayer\libmad\msvc++\Debug\BuildLog.htm"
            1>libmad - 2 error(s), 0 warning(s)
            2>------ Build started: Project: TopMPlayer, Configuration: Debug Win32 ------
            2>Compiling resources...
            2>.\TopMPlayer.rc(447) : error RC2135 : file not found: D:\iSunSystem\src\icon\stop.ico
            2>.\TopMPlayer.rc(448) : error RC2135 : file not found: D:\iSunSystem\src\icon\down.ico
            2>.\TopMPlayer.rc(449) : error RC2135 : file not found: D:\iSunSystem\src\icon\OK.ico
            2>.\TopMPlayer.rc(450) : error RC2135 : file not found: D:\iSunSystem\src\icon\pause.ico
            2>.\TopMPlayer.rc(451) : error RC2135 : file not found: D:\iSunSystem\src\icon\Delete.Ico
            2>Build log was saved at "file://g:\目前在用\TopPlayer播放器源碼\Src\TopMPlayer\Debug\BuildLog.htm"
            2>TopMPlayer - 5 error(s), 0 warning(s)
            ========== Build: 0 succeeded, 2 failed, 3 up-to-date, 0 skipped ==========

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2008-05-19 10:34 by wantfly
            已經重新上傳過,下載后直接可以編譯(VS2005編譯通過)

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2009-11-05 16:24 by 小宣
            域名只需1元,心動不如行動,先到先得唷~~

            CN 域名1元,國際域名.COM.ORG.NET 33元,100M 空間31元

            聯動天下最新特價優惠:CN 域名1元,國際域名.COM.ORG.NET 33元,100M 空間31元
            趕緊點擊進來搶注吧:http://www.72e.net/Combine/?cid=fjyou


            聯動天下,是一家國內知名的IDC網絡服務商。依托自身創新的理念,完善的服務體系,強大的技術支持力量以及豐富的經驗、信息資源和市場運作實力,并且擁有一支強大的技術和市場團隊,已經迅速成長為業內領先的知名企業。


            聯動天下,多次被多家媒體評為國內10大虛擬主機服務商、華南第一虛擬主機商和金牌IDC服務商,創造了多個業界的第一,超過很多運營多年的競爭對手且在2008年 被cnnic評為四星級域名注冊服務機構。


            <<專業IDC服務器租用托管|虛擬主機服務商>>
            ╔服╗┊域┊虛┊空┊企┊主┊主┊
            ┃務┃┊名┊擬┊間┊業┊機┊機┊
            ┃項┃┊注┊主┊集┊郵┊托┊推┊
            ╚目╝┊冊┊機┊裝┊局┊用┊管┊
            電話:0757-88047290 QQ:183855
            公司網站:http://www.72e.net/?cid=fjyou

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2009-11-05 16:24 by 小宣
            聯動天下虛擬服務器源碼免費下載,傾情提供

            資源名稱:聯動天下服務器管理助理
            軟件版本:V1.0.0
            軟件大?。?20KB
            運行環境:Win2003+IIS6.0
            資源等級:五星
            授權方式:免費版
            性質類型:國產軟件
            語言類型:簡體中文
            作者網址:http://www.72idc.cn
            作者郵箱:lxface@hotmail.com
            聯系q q: 183855
            聯系電話:0757-88047290
            下載地址:http://www.72idc.cn/vhostsoft/?cid=fjyou

            資源描述:

            1.添加IIS站點,添加FTP賬號,建立磁盤配額限制
            2.獨立程序池,限制CPU使用率,帶寬限制,連接數限制
            3.網站管理功能: 修改默認主頁,自定義錯誤頁面,修改ASP.NET版本
            4.查看IIS上綁定的所有域名,獲取IIS中的網站,重啟IIS
            5.添加數據庫(SQL Server,MySQL) 限制大小, 修改數據庫,刪除數據庫
            6.一鍵對服務器進行安全設置防止黑客入侵,即使您是不懂得服務器管理技術的非專業人員,通過本軟件即可輕松管理服務器了

            # re: TopPlayer播放器源碼發布   回復  更多評論   

            2009-12-25 21:16 by tou
            你沒解決編碼問題啊。。ANSIC的還是。
            欧美一区二区三区久久综| 亚洲欧洲久久久精品| 久久精品成人免费网站| 97久久精品人人做人人爽| 久久无码AV中文出轨人妻| 久久精品人妻中文系列| 国产精品无码久久综合| 国产激情久久久久影院小草| 亚洲性久久久影院| 久久国产精品久久国产精品| 久久久久久久91精品免费观看| aaa级精品久久久国产片| 色播久久人人爽人人爽人人片aV| 午夜人妻久久久久久久久| 国产激情久久久久影院老熟女免费| 亚洲狠狠婷婷综合久久久久| 亚洲AV伊人久久青青草原| .精品久久久麻豆国产精品 | 久久影院综合精品| 天天综合久久一二三区| 99久久精品无码一区二区毛片| 欧美大香线蕉线伊人久久| 四虎亚洲国产成人久久精品| 国产成人精品久久亚洲| 久久99精品国产99久久6男男| 久久人人爽人人爽人人av东京热 | 久久国产福利免费| 久久精品国产影库免费看| 人妻少妇久久中文字幕| 久久久亚洲欧洲日产国码是AV | 久久99九九国产免费看小说| 国产精品亚洲综合专区片高清久久久 | 国产精品狼人久久久久影院| 久久99国产精品99久久 | 亚洲伊人久久综合影院| 久久亚洲国产成人影院网站| 久久久久久毛片免费看| 无码国内精品久久人妻麻豆按摩| 人妻丰满?V无码久久不卡| 久久人人爽人人爽人人片AV麻豆 | 亚洲一区二区三区日本久久九|