<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>thank you for your help but it did not work, it 
looks like the header force to do a dynamic link?!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>if you look in vtkwin32header.h:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>it include vtkconfigure.h which has:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#define BUILD_SHARED_LIBS<BR>#ifdef 
BUILD_SHARED_LIBS<BR>#define VTKDLL<BR>#else<BR>#define 
VTKSTATIC<BR>#endif<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>then back to vtkwin32header.h:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#if defined(WIN32) &amp;&amp; 
!defined(VTKSTATIC)<BR>&nbsp;#define VTK_EXPORT __declspec( dllexport 
)</FONT></DIV>
<DIV><FONT face=Arial size=2>........</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#else</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;#define 
VTK_COMMON_EXPORT<BR>......</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>so, I don't know which these are doing there? even 
if I comment out the BUILD_SHARED_LIBS and leave VTK_STATIC, it still search for 
dll (I did rename vtkcommon.dll to vtkcommon2.dll to test that).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anyways, that's not my main problem, but if it 
could be solve, I would appreciate any help!</FONT></DIV>
<DIV><FONT face=Arial size=2>thank you.</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>&nbsp;</DIV></FONT>
<BLOCKQUOTE dir=ltr 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:jgriffin@pclnet.net" title=jgriffin@pclnet.net>Joseph 
  Griffin</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A href="mailto:sbe@harfangmicro.com" 
  title=sbe@harfangmicro.com>sbe</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A 
  href="mailto:vtkusers@public.kitware.com" 
  title=vtkusers@public.kitware.com>vtkusers@public.kitware.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, January 17, 2003 6:39 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [vtkusers] lib or dll?</DIV>
  <DIV><BR></DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN 
  class=504102823-17012003>Serge,</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=504102823-17012003>Try 
  this:</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN 
  class=504102823-17012003></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=504102823-17012003>In 
  the menus go Tools-&gt;Options-&gt;Show directories for:"Library Files" and 
  add the directory path to the libs.</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN 
  class=504102823-17012003></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=504102823-17012003>Now 
  go Project-&gt;Settings, click the Link Tab and type in the name of each *.lib 
  that is in the directory path you added above (except the Python libs of 
  course)</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN 
  class=504102823-17012003></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=504102823-17012003>You 
  can also use CMake to have a project generated for you auto-magically. 
  Joseph</SPAN></FONT></DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> <A 
    href="mailto:vtkusers-admin@public.kitware.com">vtkusers-admin@public.kitware.com</A> 
    [mailto:vtkusers-admin@public.kitware.com]<B>On Behalf Of 
    </B>sbe<BR><B>Sent:</B> Friday, January 17, 2003 3:18 PM<BR><B>To:</B> 
    vtkusers@public.kitware.com<BR><B>Subject:</B> [vtkusers] lib or 
    dll?<BR><BR></FONT></DIV>
    <DIV><FONT face=Arial size=2>
    <DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>When using vc 6.0 under windows, I create a 
    simple project, add an example picked from the examples directory, add all 
    the static library (*.lib), then run it and the application ask for dll!? 
    how come? how can I link statically without using the dll's?</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Serge Béland<BR>Responsable produit, station 
    d'analyse</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>tél: (418) 683-6222 poste 
    202<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1-866-HARFANG<BR>fax:(418) 
    683-7032</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2><A 
    href="http://www.harfangmicro.com">http://www.harfangmicro.com</A></FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>HARFANG Microtechniques inc.<BR>420 Boul. 
    Charest Est Suite 200<BR>Quebec (Que)<BR>G1K 
    8M4<BR>Canada</FONT></DIV></FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>