<div>Dear vtkusers,</div>  <div>&nbsp;</div>  <div>My program compiles and starts fine, but when I read a data set and render an image, I get an error message which says "An exception occurred whilst rendering". This problem can be solved by reducing "Hardware Acceleration" in Windows display settings.</div>  <div>&nbsp;</div>  <div>I found that this error message is reported by vtkBorlandRenderWindow in the following function:</div>  <div>&nbsp;</div>  <div>//---------------------------------------------------------------------------<BR>void __fastcall TvtkBorlandRenderWindow::Paint(void)<BR>{<BR>&nbsp; if (FRenderWindow)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; try<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FRenderWindow-&gt;Render();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; catch (...)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Some error trap should occurr
 here<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowMessage("An exception occurred whilst rendering");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp; else<BR>&nbsp;&nbsp;&nbsp; { // Design time or before RenderWindow creation<BR>&nbsp;&nbsp;&nbsp; inherited::Paint();<BR>&nbsp;&nbsp;&nbsp; }<BR>}</div>  <div>&nbsp;</div>  <div>Reducing "Hardware Acceleration" is really not a nice option. Is there any other fix in this vtkBorlandRenderWindow package or in my graphics card driver settings? Here is my computing environment: WinXP Pro, Borland Developer Studio 2006, VTK5.0.2, ATI Radeon x1300 graphics card. </div>  <div>&nbsp;</div>  <div>Thank you for your help.</div>  <div>&nbsp;</div>  <div>Jim</div>  <div>&nbsp;</div><p>&#32;
      <hr size=1>Building a website is a piece of cake. <br>Yahoo! Small Business gives you <a href="http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS">all the tools to get online.</a>