[vtkusers] Are all functions in .dll files available in source code?

Denis Shamonin dshamoni at science.uva.nl
Tue Mar 4 09:19:11 EST 2003


vince xu wrote:

> When I compile and link source code,there are such errors:
>
> vtkImageReader.obj : error LNK2001: unresolved external symbol
> "public: virtual char * __thiscall
> vtkImageReader::GetInternalFileName(void)"
> (?GetInternalFileName at vtkImageReader@@UAEPADXZ)
> vtkBMPReader.obj : error LNK2001: unresolved external symbol "public:
> virtual char * __thiscall vtkImageReader::GetInternalFileName(void)"
> (?GetInternalFileName at vtkImageReader@@UAEPADXZ)
> ...
> etc.(total 1290 errors)
>
> I have found that there is no function
> "vtkImageReader::GetInternalFileName(void)" in source file. Are there
> something wrong in source code?

Do you have a look for superclass for vtkImageReader - vtkImageReader2 ?

There is :

// Description:
// Set/Get the internal file name
void ComputeInternalFileName(int slice);
vtkGetStringMacro(InternalFileName);

-Denis Shamonin.




More information about the vtkusers mailing list