Hi,
If you are thinking about dll libraries, add the directory in the PATH
variable .
The finding rule for dll libs is the following :
look in the directory of the program
if not found
look in the directories of the PATH
Stephane.
I use the environment variable TCLLIBPATH.