I have downloaded several libraries for Tcl but cannot determine how to get them to load into the Tcl base system. I get errors like this:
couldn't load library "./Mk4tcl.dll": this library or a dependent library could not be found in library path while executing
"load ./Mk4tcl.dll"
(file "TclFS/FanSelect.tcl" line 1112
I have placed the library files in various places and included the "load" and "package require" commands for them with no luck. Where should the various files for a library be placed and how are they called? I am using a Windows system for development but hope to go to cross platform when I have gained appropriate experience.
couldn't load library "./Mk4tcl.dll": this library or a dependent library could not be found in library path while executing
"load ./Mk4tcl.dll"
(file "TclFS/FanSelect.tcl" line 1112
I have placed the library files in various places and included the "load" and "package require" commands for them with no luck. Where should the various files for a library be placed and how are they called? I am using a Windows system for development but hope to go to cross platform when I have gained appropriate experience.