[vtkusers] Fail to run on different processor and OS

Matheus Brasileiro matheus.brasileiro at gmail.com
Wed Mar 14 15:01:01 EDT 2012


Hi,

I build an application using VTK on C++Builder and its works just fine on
my AMD phenom II X4 with windows 7.
But when install it on a Intel core i5 with windows 7 it crash. But on a
Intel core i5 with windows XP it works
perfect.

I debug my application on the machine which have intel core i5 and windows
7, and I find out that the application crash with the error of floating
point division by zero when I call GetRenderWindow(). Digging in I saw that
the responsible for the error is the function wglCreateContext() called by
VTK at some point.

Any tips about what should I do to get it running on Intel + Win7?

Best Regards,

Matheus Brasileiro Passos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120314/bb3982dc/attachment.htm>


More information about the vtkusers mailing list