ok i copied the 2 dlls fils into C:\Windrop\lib\mysqltcl i put the pkgIndex.tcl in scripts sourced it the pkgindex reads set dir "/lib/mysqltcl/" proc loadmysqltcl { dir } { set oldcwd [pwd] cd $dir load libmysqltcl[info sharedlibextension] cd $oldcwd } package ifneeded mysqltcl 3.01 [list...