Maciej Mączyński
2012-05-11 13:07:24 UTC
Hello,
Can anyone help me write Ogg Theora files player in Visual C++ 2008?
I built and added to the CLR Empty Project:
- libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/)
- PortAudio_v19_20111121 (http://portaudio.com/archives/pa_stable_v19_20111121.tgz)
- SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip)
What next? First I would like to play the *.ogv file.
I know that in revision 11431 of Theora (http://svn.xiph.org/trunk/theora) there is splayer.c
(win32\experimental\splayer\), but when I try to compile it Visual C++ shows many errors.
Besides this in the revision 11431 there aren't all required libraries (for example ogg, vorbis, PortAudio).
Best regards,
Maciej
Can anyone help me write Ogg Theora files player in Visual C++ 2008?
I built and added to the CLR Empty Project:
- libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/)
- PortAudio_v19_20111121 (http://portaudio.com/archives/pa_stable_v19_20111121.tgz)
- SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip)
What next? First I would like to play the *.ogv file.
I know that in revision 11431 of Theora (http://svn.xiph.org/trunk/theora) there is splayer.c
(win32\experimental\splayer\), but when I try to compile it Visual C++ shows many errors.
Besides this in the revision 11431 there aren't all required libraries (for example ogg, vorbis, PortAudio).
Best regards,
Maciej