[vtkusers] ESP Error

William A. Hoffman billlist at nycap.rr.com
Thu Jul 31 09:32:32 EDT 2003


This almost always means that you compiled against different header files than
the binary library that you are using.

-Bill


At 08:37 AM 7/31/2003, Christian Leukel wrote:
>Hey!
>I have a problem using vtk 4.2.1. In some cases I get the following error:
>------------------------------------------------------------------------------------
>File: i386/chkesp.c
>Line: 42
>
>The value of esp was not properly saved across a function call.
>------------------------------------------------------------------------------------
>
>I get the error when I try to set the filename of a vtkStructuredPointsReader:
>vtkStructuredPointsReader *reader = vtkStructuredPointsReader::New();
>reader->SetFileName("d:\\data.vtk");
>
>I also get this error when I try to use this code:
>compositeFunction = vtkVolumeRayCastCompositeFunction::New();
>m_pVTKMapper->SetInput(pImageData);
>m_pVTKMapper->SetVolumeRayCastFunction(compositeFunction);
>
>Does it have something to do with _stdcall or _cdecl Calling Conventions? Is there a problem building vtk using Multitheaded DLL as Compiler option?
>
>May be somebody can help me with this!
>
>I'm using Win2000 as OS. Visual Studio 6 with wxWindows and VTK 4.2.1.
>
>Thanks in advance
>Chris
>______________________________________________________________________________
>Wo gibt es den besten Spam-Schutz? Laut ComputerBild 15-03 bei
>WEB.DE FreeMail - Deutschlands beste E-Mail - http://s.web.de/?mc=021122
>
>_______________________________________________
>This is the private VTK discussion list. 
>Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers 





More information about the vtkusers mailing list