<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
When you compile shared libraries (DLLs in windows) the .LIB created by
BCC can be small because they do not contains code (it is only in the
final dll) but only entry-points and prototypes for functions.<br>
Those lib you have to include in project when you build your
application.<br>
<br>
Check file date creation of .lib to understand if they are generated by
your compiler.<br>
May be they are not compiled successfully.<br>
<br>
I do not use make -i<br>
just run "make"<br>
<br>
Luca<br>
<br>
<br>
<br>
Radim Koláø wrote:
<blockquote cite="mid01fa01c405c6$274ae620$b6c2e593@PC4032130"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2800.1400" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Hi all,</font></div>
  <div><font face="Arial" size="2">I use Borland 6, source code of VTK
4.2 and Cmake to create makefile. When I'm building the DLL and LIB
files (with make -i), everything seems to be OK, but the libraries
vtkHybrid.dll and vtkRendering are not created. There is vtkHybrid.LIB
and vtkRendering.LIB, but there are very small (about 1k). </font></div>
  <div><font face="Arial" size="2">In Cmake the VTK_USE_RENDERING and
VTK_USE_HYBRID is ON.</font></div>
  <div><font face="Arial" size="2">Where is the problem please?</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Thanks in advance for your help.</font></div>
  <div><font face="Arial" size="2">Radim</font></div>
  <div> </div>
  <div><font face="Arial" size="2">======================================================<br>
Department of Biomedical Engineering<br>
Faculty of Electrical Engineering and Communication<br>
Brno University of Technology<br>
Purkynova 118<br>
61200 Brno, Czech Republic<br>
tel: 541 149 551<br>
fax: 541 149 542<br>
mail: <a href="mailto:kolarr@feec.vutbr.cz">kolarr@feec.vutbr.cz</a><br>
Visit BIOSIGNAL 2004 web site: <a
 href="http://www.feec.vutbr.cz/UBMI/bs2004.html">http://www.feec.vutbr.cz/UBMI/bs2004.html</a><br>
======================================================</font></div>
</blockquote>
</body>
</html>