<div>Dear vtkusers,</div> <div> </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> </div> <div>I found that this error message is reported by vtkBorlandRenderWindow in the following function:</div> <div> </div> <div>//---------------------------------------------------------------------------<BR>void __fastcall TvtkBorlandRenderWindow::Paint(void)<BR>{<BR> if (FRenderWindow)<BR> {<BR> try<BR> {<BR> FRenderWindow->Render();<BR> }<BR> catch (...)<BR> {<BR> // Some error trap should occurr
here<BR> ShowMessage("An exception occurred whilst rendering");<BR> }<BR> }<BR> else<BR> { // Design time or before RenderWindow creation<BR> inherited::Paint();<BR> }<BR>}</div> <div> </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> </div> <div>Thank you for your help.</div> <div> </div> <div>Jim</div> <div> </div><p> 
<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>