That did the trick! Thanks for pointing it out.<br><br><div class="gmail_quote">2009/3/22 Philip Lowman <span dir="ltr"><<a href="mailto:philip@yhbt.com">philip@yhbt.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div><div></div><div class="h5">On Sat, Mar 21, 2009 at 7:09 PM, Steven Van Ingelgem <span dir="ltr"><<a href="mailto:steven@vaningelgem.be" target="_blank">steven@vaningelgem.be</a>></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;">
Hi all,<br><br><br>I have a Windows DLL project.<br>This project generates a dll, a pdb, an ilk and an idb...<br>And no errors or warnings whatsoever.<br><br>But there is no .lib to see?<br><br>How can I make it, or how can I figure out why it's not generating it?<br>
<br>I'm using CMake CVS version, and MS VC 2005.</blockquote></div></div><div><br>You most likely have not setup your classes and/or function calls to be exported. If you have no exported classes/functions Visual Studio will not generate an import library for you. See the following documentation on the CMake wiki for some tips:<br>
<br><a href="http://www.cmake.org/Wiki/BuildingWinDLL" target="_blank">http://www.cmake.org/Wiki/BuildingWinDLL</a><br><br></div></div>-- <br><font color="#888888">Philip Lowman<br>
</font></blockquote></div><br>