[vtkusers] Wrapping TCL
    Carsten Bellon 
    Carsten.Bellon at bam.de
       
    Mon Dec  8 03:58:13 EST 2003
    
    
  
Hello there,
I have a vtkLocal project developed with VC++ 6.0. By upgrading from VTK 
4.0 to VTK 4.2 I get problems with the TCL wrapper.
To investigate the problem I copied the vtkImageLaplacian class as 
vtkMyLaplacian to my vtkLocal (vtkXray) folder and got the same linker 
error:
Linker-Vorgang läuft...
  Bibliothek 
D:\car\Prog\Xray2\vtkXrayBuild\bin\RelWithDebInfo/vtkXrayTCL.lib und 
Objekt D:\car\Prog\Xray2\vtkXrayBuild\bin\RelWithDebInfo/vtkXrayTCL.exp 
wird erstellt
vtkXrayBuildupTcl.obj : error LNK2001: Nichtaufgeloestes externes Symbol 
"int __cdecl vtkImageToImageFilterCppCommand(class vtkImageToImageFilter 
*,struct Tcl_Interp *,int,char * * const)" 
(?vtkImageToImageFilterCppCommand@@YAHPAVvtkImageToImageFilt
er@@PAUTcl_Interp@@HQAPAD at Z)
vtkXrayFilmTcl.obj : error LNK2001: Nichtaufgeloestes externes Symbol 
"int __cdecl vtkImageToImageFilterCppCommand(class vtkImageToImageFilter 
*,struct Tcl_Interp *,int,char * * const)" 
(?vtkImageToImageFilterCppCommand@@YAHPAVvtkImageToImageFilter@
@PAUTcl_Interp@@HQAPAD at Z)
vtkMyLaplacianTcl.obj : error LNK2001: Nichtaufgeloestes externes Symbol 
"int __cdecl vtkImageToImageFilterCppCommand(class vtkImageToImageFilter 
*,struct Tcl_Interp *,int,char * * const)" 
(?vtkImageToImageFilterCppCommand@@YAHPAVvtkImageToImageFilt
er@@PAUTcl_Interp@@HQAPAD at Z)
Thanks for any help and advice.
-- 
Dr.-Ing.         BAM Berlin * VIII.3902 * D-12200 Berlin
Carsten Bellon   Tel:    ++49 - 30 - 8104 3658
                 FAX:    ++49 - 30 - 8104 1837
                 Carsten.Bellon at bam.de
-- 
Dr.-Ing.         BAM Berlin * PG VIII.3902 * D-12200 Berlin
Carsten Bellon   Tel:    ++49 - 30 - 8104 3658
                 FAX:    ++49 - 30 - 8104 1837
                 Carsten.Bellon at bam.de
    
    
More information about the vtkusers
mailing list