[vtkusers] vtk 6.1 TCL Wrapping problem

Franke, Stephan Stephan.Franke at inpro.de
Wed Jun 24 12:50:22 EDT 2015


Hello,

I try to buid a tclkit with vtk 6.1 and tcl/tk 8.5.18 under windows 8 for the x64 architecture.
I had done this with vtk 5.8 and tcl/tk 8.5.18 without problems.

Now when I compile and link my tclkit against vtk 6.1 I get this unresolved externals:

2>------ Build started: Project: tclkit, Configuration: Release x64 ------
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkcommontcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkfilteringtcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkgraphicstcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkiotcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkimagingtcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkwidgetstcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkvolumerenderingtcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkrenderingtcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkhybridtcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkparalleltcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkinfovistcl_Init
2>kitInit.obj : error LNK2001: unresolved external symbol Vtkviewstcl_Init

Did someone know what is missing here?
Which vtk library contains these external symbols?
Is there something that had changed since vtk 5.8, because with this version I can build my vtk-tclkit.
That you very much in advance for your help.

Best regards,
Stephan Franke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150624/a9872487/attachment.html>


More information about the vtkusers mailing list