[tcljava-user] Tclblend.dll dependencies
Brought to you by:
mdejong
From: Luca <luc...@al...> - 2005-06-09 21:07:38
|
Hello, i followed http://wiki.tcl.tk/9993 this step-by-step installation. after some retry i could be able to complete point eight. Last step of the script launched the /local/bin/ tclsh84.exe that provoke an error in winxp. Anyway. I wanted to use tclblend with irc eggdrop, so I copied it inside the lib directory of tcl package. If I try to make a script using "package require java" I get this error: [15:34] Tcl error [script]: "XpUtils::iload -d C:/Programmi/Eggdrop/lib/tcljava1.3.1 tclblend" failed: couldn't load library "C:/Programmi/Eggdrop/lib/tcljava1.3.1/tclblend.dll": this library or a dependent library could not be found in library path using depends.exe to find dll dependencies, I found that jvm.dll is not located by system. So I took it from C:\Programmi\Borland\JBuilder2005\jdk1.4\jre\bin\client and copied to: C:/Programmi/Eggdrop/lib/tcljava1.3.1/ run again depends.exe and it doesn't gave any error, but a warning: Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. On RPM.DLL that should not be a prob, as I read somewhere. I retry and it still doesn't work, still give same errors. What are those library that it can't find? Who can help please? |