[vtkusers] Python 2.1 + VTK (CVS) + Windows... Anyone ?

David Gobbi dgobbi at irus.rri.on.ca
Tue May 8 16:47:29 EDT 2001


On Tue, 8 May 2001, Sebastien BARRE wrote:

> At 08/05/2001 16:24, David Gobbi wrote:
>
> >class VTK_EXPORT vtkPythonCommand : public vtkCommand
>
> Thanks, but this is already the case :
>
> So I guess it's something else.

You're right -- I just checked CVS and Ken Martin made this change
last Thursday.  Check to see which .dll the vtkPythonUtil.o file
is linked into and figure out which of dllexport or dllimport is
the appropriate declspec.  If it is linked into vtkpython.dll
(rather than vtkdll.dll) then perhaps the VTK_EXPORT shouldn't
be there.

 - David





More information about the vtkusers mailing list