Hi Satz,
> Its usage should be quite simple but I fail miserably when I try to
> use wxMediaCtrl.
You don't say what version or what operating system you are using. It would
also be useful to know what backend you are using.
However, it is fair to say that error reporting could be better. If you
specify which player to use (see below) it would reduce the number of
unknowns you are playing with.
I use it daily on Linux and less frequently on Windows. Have you tried to
compile the sample mediaplayer?
Regards
Steve.
# wxMEDIABACKEND_DIRECTSHOW Use ActiveMovie/DirectShow. Requires
wxUSE_DIRECTSHOW to be enabled, requires linkage with the static library
strmiids.lib, and is available on Windows Only.
# wxMEDIABACKEND_QUICKTIME Use QuickTime. Windows and Mac Only. NOTE:
On Mac Systems lower than OSX 10.2 this defaults to emulating window
positioning and suffers from several bugs, including not working correctly
embedded in a wxNotebook.
# wxMEDIABACKEND_MCI Use Media Command Interface. Windows Only.
# wxMEDIABACKEND_GSTREAMER Use GStreamer. Unix Only. Has installation
dependencies.
# wxMEDIABACKEND_WMP10 Windows Media Player 9 or 10
# wxMEDIABACKEND_REALPLAYER Realplayer
# Blank Allow to choose own player