Tcl Dll problem



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!

.



Relevant Pages

  • Re: CEPTCL: Doesnt RX multicast, has anyone seen it work before?
    ... on my Linux. ... gave me are set up to compile for windows. ... has all of the files and the makefile is set up for Linux too. ... please modify the Makefile for proper Tcl path. ...
    (comp.lang.tcl)
  • cannot link dll : undefined reference to `tclStubsPtr
    ... I am trying to build a dll for windows from a linux platform using ... The dll is a package extension for tcl. ... I first compile supporting ".o"s without any special flags (they don't ... `tclStubsPtr' ...
    (comp.lang.tcl)
  • Re: Tcl Dll problem
    ... information system developed in TCL. ... In Windows I can compile the APi without an error, ... program starts(the same thing is in linux version). ...
    (comp.lang.tcl)
  • Re: Loading libraries on Unix
    ... Now I've been asked to port the code to Linux. ... library from tcl on Linux? ... is the tool of choice for an arbitrary API. ... I mean, there's an asymmetry here: COM on Windows, some specific lower- ...
    (comp.lang.tcl)
  • Re: If it works, this might be interesting
    ... Software is written to the Linux API. ... more than many scheme VMs or other functional languages. ... For a compiler or other command-line tool, ...
    (alt.lang.asm)