<br><br><div class="gmail_quote">On Nov 21, 2007 5:03 AM, Julian Priestley &lt;<a href="mailto:juzley@gmail.com">juzley@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On 21/11/2007, Henry Garcia &lt;<a href="mailto:defsyn@gmail.com">defsyn@gmail.com</a>&gt; wrote:<br>&gt; Been able to get the openal, directx, sdl, in. But haven&#39;t been able to find
<br>&gt; out to compile libcurl.lib to use in the msvc solution. Any tips?<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Hank<br>&gt;<br><br></div></div>I&#39;m not really sure what you&#39;re trying to compile from, but it&#39;s
<br>probably worth noting that the MSVC project doesn&#39;t use the libcurl.a<br>or curl headers that are in the ioq3 svn.<br></blockquote><div><br>Using MSVC 2005 Express <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>You should be able to use a precompiled .lib or source distribution<br>from <a href="http://curl.haxx.se/download.html" target="_blank">http://curl.haxx.se/download.html</a>. Put the .lib and the header<br>files somewhere that msvc knows about (or update your paths in
<br>Tools-&gt;Options-&gt;Projects and Solutions-&gt;VC++ Directories include and<br>lib dirs to point to wherever you&#39;ve put it), and you should be good<br>to go.<br></blockquote><div><br>These binaries don&#39;t include a 
libcurl.lib. I found one that has a libcurl_imp.lib<br>The three dll&#39;s build fine: cgamex86.dll , qagamex86.dll , and, uix86.dll.<br><br>But ioquake3.exe fails to build as follows:<br><br>&nbsp;&nbsp; Here&#39;s the error message from the output of the build process.
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">------ Build started: Project: quake3, Configuration: Release Win32 ------<br>Linking...
<br>LINK : fatal error LNK1181: cannot open input file &#39;libcurl.lib&#39;<br>Build log was saved at &quot;file://d:\msys\1.0.1\home\Henry\quake\ioquake3\build\quake3_release\BuildLog.htm&quot;<br>quake3 - 1 error(s), 0 warning(s)
<br>========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</blockquote><div><br><br>I figured out how to include the headers, libraries, etc. But from what I&#39;ve read, it&#39;s pretty difficult to build a 
libcurl.lib.<br><br>&nbsp;</div></div></div><br>