Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
cbMP: A mediaplayer plugin
GeO:
I like to listen to music while programming so i've created a mediaplayer plugin for codeblocks.
It's made after my mediaplayer project https://sourceforge.net/projects/fafnir/ with less features.
It can play *.mp3 and *.ogg files. It can load, create and save playlists and some more stuff...
I uploaded the .cbplugin for Windows linked with the latest SVN to
http://sourceforge.net/project/showfiles.php?group_id=258661&package_id=323616
The source code is aviable at http://fafnir.svn.sourceforge.net/viewvc/fafnir/Plugin/ !
Please read the HowToUse.txt and report any impression/bug/suggestion/question
in this post or at the project page in the forum
https://sourceforge.net/forum/forum.php?forum_id=957228
PS: Sorry for my bad english!
Greets GeO
JGM:
cool :)
MortenMacFly:
--- Quote from: GeO on May 22, 2009, 04:24:19 pm ---The source code is aviable at http://fafnir.svn.sourceforge.net/viewvc/fafnir/Plugin/ !
--- End quote ---
Really nice one! :-)
Just a couple of comments:
- I had to link against libtag.dll and not libtag.dll.a like setup in the project settings (libtag.dll.a is not present).
- I had to move "#include <wx/dcbuffer.h>" in "SGauge.cpp" outside the WX_PRECOMP #ifdef to compile correctly (with wxMSW 2.8.10)
killerbot:
just wanted to try it out.
But it seems it was build with an older sdk ??
However you mentioned build against latest CB svn ...
MortenMacFly:
--- Quote from: killerbot on May 25, 2009, 12:47:17 pm ---But it seems it was build with an older sdk ??
--- End quote ---
I built it myself - so I don't know. I never trust 3rd party binaries. ;-)
Navigation
[0] Message Index
[#] Next page
Go to full version