Has anyone used the mysqltcl package with TclApp on Windows?

From: Anthony Davis (adavis_at_addpower.com)
Date: 07/23/04


Date: 23 Jul 2004 12:31:24 -0700

I am trying to send someone a Tcl/Tk application that is wrapped with
TclApp and uses the mysqltcl package.

I am getting the following error when I am testing the wrapped Tcl/Tk
application on a Win2k box:

couldn't load library "C:\DOCUME~1\claytonm\LOCALS~1\Temp\TCL190.tmp":
this library or a dependant library could not be found in library path
        while executing
"load mysqltcl[info sharedlibextension]"
        (procedure "loadmysqltcl" line 4)
        invoked from within
"loadmysqltcl {C:/Documents and
Settings/claytonm/Desktop/tprb0.0.1b/tprb-v0.1.exe/lib/mysql2.50}"
        ("package ifneeded" script)
        invoked from within
"package require mysqltcl"
        (file "C:/Documents and
Settings/claytonm/Desktop/tprb0.0.1b/tprb-v0.1.exe/main.tcl" line 18)

I am using version 2.5 of mysqltcl and version 3.1 of TclApp.
The application is being wrapped on Windows XP Professional and the
user has Windows 2000 Professional

Best Regards,
Anthony