Tcl Dll problem
- From: "China" <davide.belloni@xxxxxxxxx>
- Date: 13 Jul 2006 12:35:28 -0700
Hi,
I've developed a set of API to use BerkeleyDB in a management
information system developed in TCL. In Linux there's no problem, i can
compile it, and it work fine putting the right path for BDB library
..so.
In Windows I can compile the APi without an error, but when i excecute
the TCL program it return this error:
Couldn't load library "C:\xxx\libtclctree\libtclctree.dll": this
library or a dependent library could not be found in library path
while executing
"load C:\xxx\libtclctree\libtclctree.dll tclctree"
....
The name libtclctree.dll is the name for BDB dll that i've create and
i've give this name for wrap a lib pre-existing and see more easely if
program starts( the same thing is in linux version). I've execute
depends.exe, but it return that all dependencies is resolved.
I don't understand why it can't load this dll.
Thanks for each help!
.
- Follow-Ups:
- Re: Tcl Dll problem
- From: Helmut Giese
- Re: Tcl Dll problem
- Prev by Date: Re: shouldn't http::formatQuery be slightly modified
- Next by Date: Re: Need help with expect (tcl) regular expression
- Previous by thread: shouldn't http::formatQuery be slightly modified
- Next by thread: Re: Tcl Dll problem
- Index(es):
Relevant Pages
|