[vtkusers] windows Bug fix in VTK/Wrapping/Tcl/vtkbase/vtkbase.tcl, load_component for the vtkMy Example

Sebastien BARRE sebastien.barre at kitware.com
Wed May 28 13:29:37 EDT 2003


At 5/28/2003 07:19 PM, Ulfar Mani Fridjonsson wrote:

>It seems to me that the TCLLIBPATH is not used on the Windows platform for
>loading external packages ie. the vtkMy project.
>
>"
>if {$tcl_platform(platform) == "windows"} {
>if {[info exists env(PATH)]} {
># I added it here as the $auto_path shown below
>set dirs [concat $dirs $auto_path [split $env(PATH) ";"]]
>}
>"

It is, since TCLLIBPATH is automatically added to auto_path by Tcl.

>There is also problem with my Windows TCL implementation that stops me from
>loading my libraries using the a full path if the library has dependencies.
>The problem is that my TCL can't find the other dependencies.

They have to be in your PATH.


--
Sebastien Barre





More information about the vtkusers mailing list