<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma; COLOR: #000000" 
bgColor=#ffffff>
<DIV><FONT face="MS UI Gothic">I have received it. Thank you very 
much!</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt MS UI Gothic">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt MS UI Gothic; font-color: black"><B>From:</B> 
  <A title=OgdenK@upstate.edu href="mailto:OgdenK@upstate.edu">Kent Ogden</A> 
  </DIV>
  <DIV style="FONT: 10pt MS UI Gothic"><B>To:</B> <A title=vtkusers@vtk.org 
  href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</A> </DIV>
  <DIV style="FONT: 10pt MS UI Gothic"><B>Sent:</B> Tuesday, May 16, 2006 9:28 
  PM</DIV>
  <DIV style="FONT: 10pt MS UI Gothic"><B>Subject:</B> Fw: [vtkusers] Re: 
  VolumePro1000 SDK problem</DIV>
  <DIV><BR></DIV>
  <DIV>Pengfei,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Here are the files I modified.&nbsp; The CMakelists.txt file goes into 
  the \VTK5\rendering&nbsp;directory, the rest go into \VTK5 or whatever you 
  call the source directory.&nbsp; Use at your own risk, and be sure to back up 
  the existing files before overwriting.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>As I mentioned, I could not get VTK to compile using the VP files on the 
  vtk.org site.&nbsp; I am using VS .NET 2003 on WinXP.&nbsp; When I switched to 
  using the files that came with the board, it compiled just fine and I can run 
  the vtk examples modified to use the board.&nbsp; There is a&nbsp;LARGE 
  performance increase so I am sure the board is doing its job.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Good luck . . .</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Kent<BR></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&gt;&gt;&gt; "Pengfei Liu" &lt;lpf@vico-lab.com&gt; 5/15/2006 9:54:36 PM 
  &gt;&gt;&gt;<BR></DIV>
  <DIV style="FONT: 10pt Tahoma; COLOR: #000000">
  <DIV>&nbsp;</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face="MS UI Gothic">Thank you for your suggestions.</FONT></DIV>
  <DIV><FONT face="MS UI Gothic">Please send me&nbsp;the&nbsp;CMake file. 
  </FONT></DIV>
  <DIV><FONT face="MS UI Gothic"></FONT>&nbsp;</DIV>
  <DIV><FONT face="MS UI Gothic">I develop my work in Windows XP</FONT></DIV>
  <DIV><FONT face="MS UI Gothic">But I contacted with&nbsp;</FONT>&nbsp;<SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy">Terarecon, they replys that I only needs 
  driver, VLI SDK is no need. Are the words right?</SPAN></DIV>
  <DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy"></SPAN>&nbsp;</DIV>
  <DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">PengFei Liu</SPAN></DIV>
  <DIV><FONT face="MS UI Gothic"></FONT>&nbsp;</DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt MS UI Gothic">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt MS UI Gothic; font-color: black"><B>From:</B> 
    <A title=OgdenK@upstate.edu href="mailto:OgdenK@upstate.edu">Kent Ogden</A> 
    </DIV>
    <DIV style="FONT: 10pt MS UI Gothic"><B>To:</B> <A title=vtkusers@vtk.org 
    href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</A> </DIV>
    <DIV style="FONT: 10pt MS UI Gothic"><B>Sent:</B> Monday, May 15, 2006 9:39 
    PM</DIV>
    <DIV style="FONT: 10pt MS UI Gothic"><B>Subject:</B> [vtkusers] Re: 
    VolumePro1000 SDK problem</DIV>
    <DIV><BR></DIV>
    <DIV>Hi,</DIV>
    <DIV>&nbsp;</DIV>
    <DIV>I have a VP1000 board, and I am new to VTK, it took me some 
    time&nbsp;to get it&nbsp;working.&nbsp; Here's what I've found out:</DIV>
    <DIV>&nbsp;</DIV>
    <DIV>1) I couldn't get VTK version 4.4.2 to compile with the .h and .lib 
    files provided on the vtk web site.&nbsp; It seems to work fine with the 
    Terarecon supplied&nbsp;files, but I believe you need to buy the SDK from 
    Terarecon to get these (I had already purchased the SDK so I had the 
    files).&nbsp; You should contact Terarecon&nbsp;to see if you can get these 
    files, you don't need the documentation of the VLI SDK to get vtk to work, 
    just the files (.h, .lib, and .dll for windows platforms).</DIV>
    <DIV>&nbsp;</DIV>
    <DIV>2) VTK 5 doesn't have the VP1000 options available in the CMake 
    files.&nbsp; I spent some time studying the 4.4 Cmake files to see what 
    needed to be done, and I was able to modify the vesion 5 makefiles 
    to&nbsp;show the VP1000 options and get them to compile.&nbsp; All the 
    VP1000 classes are still there in version 5, so I'm not sure why this was 
    done.&nbsp; I would guess that Volume Pro support is going to fade away in 
    vtk.</DIV>
    <DIV>&nbsp;</DIV>
    <DIV>If anyone is interested I will send the files I modified for vtk 5 to 
    the list.&nbsp; </DIV>
    <DIV>&nbsp;</DIV>
    <DIV>Kent</DIV>
    <DIV>&nbsp;</DIV>
    <DIV>Kent Ogden PhD<BR>Associate Professor, Radiology<BR>SUNY Upstate 
    Medical University<BR>750 E. Adams Street<BR>Syracuse, NY&nbsp; 13210</DIV>
    <DIV>&nbsp;</DIV>
    <DIV>email:&nbsp; <A href="mailto:ogdenk@upstate.edu">ogdenk@upstate.edu</A> 
    <BR>voice:&nbsp; (315) 464-5083<BR>fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    (315) 464-5095<BR><BR>&gt;&gt;&gt; Dan White &lt;dan@chalkie.org.uk&gt; 
    5/15/2006 1:46:26 AM &gt;&gt;&gt;<BR></DIV>
    <DIV style="COLOR: #000000">Hi,<BR><BR>the windows drivers are fre available 
    from vtk website,<BR>not sure if they work on vtk5<BR><BR>the linux drivers 
    are available from tererecon if you ask them nicely,<BR>only on 2.4 kernel 
    though not current 2.6 kernels.<BR><BR>i haven't had my volumepro beard 
    working for a while due to lack of&nbsp; <BR>2.6 kernel 
    support.<BR><BR>Dan<BR><BR>On May 13, 2006, at 7:01 PM, 
    vtkusers-request@vtk.org wrote:<BR><BR>&gt; Message: 12<BR>&gt; Date: Sat, 
    13 May 2006 15:06:21 +0800<BR>&gt; From: "Pengfei Liu" 
    &lt;lpf@vico-lab.com&gt;<BR>&gt; Subject: [vtkusers] VolumePro1000 SDK 
    problem<BR>&gt; To: &lt;vtkusers@vtk...org&gt;<BR>&gt; Message-ID: 
    &lt;008501c6765b$e968f870$1601a8c0@vicolpf&gt;<BR>&gt; Content-Type: 
    text/plain;&nbsp;&nbsp;&nbsp; charset="ISO-8859-1"<BR>&gt;<BR>&gt; Hi, 
    all<BR>&gt;<BR>&gt; I plan to run VTK with VolumePro1000 card.<BR>&gt; I get 
    to know that the VolumePro's SDK: VLI needs to Buy,<BR>&gt; so I want to 
    know VLI is necessary for VolumePro run under VTK or<BR>&gt; VolumePro 
    dirver installation is enough?<BR>&gt;<BR>&gt; Anyone who uses VolumePro 
    helps me to confirm it!<BR>&gt;<BR>&gt; Best Regards<BR>&gt; PengFei 
    Liu<BR>&gt;<BR><BR>Dr. Daniel James White BSc. (Hons.) PhD<BR>Bioimaging 
    Coordinator<BR>Nanoscience Centre and Department of Biological and 
    Environmental&nbsp; <BR>Sciences<BR>Division of Molecular 
    Recognition<BR>Ambiotica C242<BR>PO Box 35<BR>University of 
    Jyväskylä<BR>Jyväskylä<BR>FIN 40014<BR>Finland<BR><BR>+358 14 260 4183 
    (work)<BR>+358 468102840 (mobile)<BR><A 
    href="http://www.bioimagexd.org">http://www.bioimagexd.org</A><BR><A 
    href="http://www.chalkie.org.uk">http://www.chalkie.org.uk</A><BR>dan@chalkie.org.uk<BR>white@cc.jyu.fi<BR><BR><BR>_______________________________________________<BR>This 
    is the private VTK discussion list.<BR>Please keep messages on-topic. Check 
    the FAQ at: <A 
    href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</A><BR>Follow 
    this link to subscribe/unsubscribe:<BR><A 
    href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</A><BR></DIV>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>This is the 
    private VTK discussion list. <BR>Please keep messages on-topic. Check the 
    FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<BR>Follow this link to 
    subscribe/unsubscribe:<BR>http://www.vtk.org/mailman/listinfo/vtkusers<BR></BLOCKQUOTE></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>This is the private 
  VTK discussion list. <BR>Please keep messages on-topic. Check the FAQ at: 
  http://www.vtk.org/Wiki/VTK_FAQ<BR>Follow this link to 
  subscribe/unsubscribe:<BR>http://www.vtk.org/mailman/listinfo/vtkusers<BR></BLOCKQUOTE></BODY></HTML>