hi- i am working on my last issue with my starkit distribution. i have lots of calls to load in my tcl project file. the tcl project file (tcl) is inside the starkit vfs. the project file is the file calling load. i want to be able to load tclsqlite.dll. the user wont have a full tcl install on their machine. just the tktable, iwidget, itcl and itk packages with my program wrapped
in a starkit. i have a temp directory setup so i can tk_exec a file. the tk_exec works fine (it certainly is nicer than plain old exec) how should i arrange the project file, db file and the tclsqlite.dll so i can load and update the db? thank you, marvin

