<div class="gmail_quote">2009/3/25 Blake Rollins <span dir="ltr">&lt;<a href="mailto:blake.g.rollins@gmail.com">blake.g.rollins@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ok, I was able to compile the libs in the libvorbis-1.2.0/win32 folder, and it gave me names like &quot;vorbis_static_d.lib&quot;, so I renamed it &quot;vorbis.lib&quot;. (that&#39;s what it should be, right?) The projects in the VS2005 folder wouldnt compile, so I hope I compiled the rights libs. I now have 4 libs- vorbis.lib, vorbisfile.lib, vorbisenc.lib, and ogg.lib.<div>
<div></div><div class="h5"><br>
</div></div></blockquote></div><br>I have tested the following scenario:<br><br>1. Download libogg 1.1.3 from <a href="http://downloads.xiph.org/releases/ogg/libogg-1.1.3.zip">http://downloads.xiph.org/releases/ogg/libogg-1.1.3.zip</a> and unpack it in c:\<a href="http://xiph.org">xiph.org</a><br>
2. Go to &quot;C:\<a href="http://xiph.org">xiph.org</a>\libogg-1.1.3\win32&quot; folder and get the VS2005 projects files from svn:<br>    svn co <a href="http://svn.xiph.org/trunk/ogg/win32/VS2005/">http://svn.xiph.org/trunk/ogg/win32/VS2005/</a><br>
3. Compile c:\<a href="http://xiph.org">xiph.org</a>\libogg-1.1.3\win32\VS2005\libogg_static.sln <br>4. Download libvorbis 1.2.0 from <a href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip">http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip</a> and unpack it in c:\<a href="http://xiph.org">xiph.org</a><br>
5. Go to &quot;C:\<a href="http://xiph.org">xiph.org</a>\libvorbis-1.2.0\win32\&quot;, delete VS2005 folder and the the updated version from svn:<br>   svn co <a href="http://svn.xiph.org/trunk/vorbis/win32/VS2005/">http://svn.xiph.org/trunk/vorbis/win32/VS2005/</a><br>
6. Compile c:\<a href="http://xiph.org">xiph.org</a>\libvorbis-1.2.0\win32\VS2005\vorbis_static.sln <br><br>In C:\<a href="http://xiph.org">xiph.org</a>\libogg-1.1.3\win32\VS2005\Win32\ and in C:\<a href="http://xiph.org">xiph.org</a>\libvorbis-1.2.0\win32\VS2005\Win32\ you should have<br>
the static libraries and the build examples.<br>    <br>Cheers,<br>Cristian.<br>