[vtkusers] Help!!!
Carl Hetherington
lists at carlh.net
Thu Sep 12 09:40:36 EDT 2002
On Wed, 11 Sep 2002, Xiao hua Xian wrote:
> Hi,
> I use Borland C++ Builder to develop 3D project. I converted source code
> from VC++ to c++ Builder. When I compile the project,I got some error....
> ex:
> [Linker Error] Unresolved external 'vtkRenderer::New()' referenced from...
> [Linker Error] Unresolved external 'vtkRenderWindow::New()' referenced
> from...
> [Linker Error] Unresolved external 'vtkRenderWindowInteractor::New()'
> referenced from ...
> [Linker Error] Unresolved external 'vtkViewport::AddProp(vtkProp *)'
> referenced from ...
> and so on.
> Can anyone help me with the problem? Thanks a lot!
Are you linking against vtkCommon.lib and vtkRendering.lib (or whatever
the equivalent Borland versions of the libraries are?)
Cheers
Carl
More information about the vtkusers
mailing list