Cool, thanks for the advice. I found the dlls in the tools package, though I still can&#39;t find any static libs. I am using Visual Studio 2008 on Windows; however, I have Fedora on my machine as well, so I will see if I can get the libs through linux.<br>

<br><div class="gmail_quote">On Wed, Mar 25, 2009 at 11:26 AM, Ian Malone <span dir="ltr">&lt;<a href="mailto:ibmalone@gmail.com" target="_blank">ibmalone@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

2009/3/25 Blake Rollins &lt;<a href="mailto:blake.g.rollins@gmail.com" target="_blank">blake.g.rollins@gmail.com</a>&gt;:<br>
<div><div></div><div>&gt; Hello All,<br>
&gt; Please excuse the noob-ness of my question, but I am just starting out with<br>
&gt; Vorbis decoding/encoding. I downloaded all the necessary header files<br>
&gt; (codec.h, vorbisfile.h, vorbisenc.h, ogg.h); however I cannot find any<br>
&gt; pre-compiled static or dynamic libraries that I need, all I can find is the<br>
&gt; source code. Are there any precompiled libraries I can download, or do I<br>
&gt; have to compile them myself? (I have had issues in the past compiling<br>
&gt; downloaded source code). Thanks<br>
&gt;<br>
<br>
</div></div>What platform are you using?  On Linux/Unix building libogg and<br>
libvorbis from source shouldn&#39;t be difficult (you&#39;ll need to do libogg<br>
first), but most distros will provide -devel packages (e.g.<br>
libogg-devel in Fedora) so you shouldn&#39;t need to do it anyway unless<br>
you want to work with libraries from svn.<br>
<br>
Windows development I&#39;m not so sure, but the vorbis-tools download at<br>
Xiph &lt;<a href="http://downloads.xiph.org/releases/vorbis/vorbis-tools-win32-bin.7z" target="_blank">http://downloads.xiph.org/releases/vorbis/vorbis-tools-win32-bin.7z</a>&gt;<br>
contains dlls and you might want also want to look at<br>
<a href="http://www.rarewares.org/ogg-libraries.php" target="_blank">http://www.rarewares.org/ogg-libraries.php</a><br>
I believe there are also visual studio project files included with the<br>
source code and if you have difficulty building them you can always<br>
ask here.<br>
<br>
Hope this helps.<br>
<font color="#888888"><br>
--<br>
imalone<br>
_______________________________________________<br>
Vorbis mailing list<br>
<a href="mailto:Vorbis@xiph.org" target="_blank">Vorbis@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/vorbis" target="_blank">http://lists.xiph.org/mailman/listinfo/vorbis</a><br>
</font></blockquote></div><br>