From: Koolrans P <koo...@gm...> - 2005-02-28 19:00:15
|
Hello Everybody, I am trying to compile tcl and use tcldom with it. I do not want to use ActiveState tcl as I have to test my stuff on basic tcl. I am trying to use the pre-combiled binary combo and getting this error when i try to load the tcldom package. couldn't load library "C:/tcl845/lib/Tcldom_libxml23.0/Tcldom_libxml230.dll": th is library or a dependent library could not be found in library path The following are the steps which I have followed: 1. Combiled the tcl source 8.4.5. I used visual studio 6.0 . It does not contain any other libraries. 2. I got the pre compiled binary combo from tclxml site and put it in the lib folder of my tcl 8.4.5. I also got the missing dll from the zip "tclxmllint.zip" and put it in the lib folder. 3. I downloaded the latest tcllib and put it in the lib folder. 4. On the tcl shell, I write the command "package require dom" and I get the following error. Am I missing something here ? The value of auto_path is "C:/tcl845/lib/tcl8.4 C:/tcl845/lib C:/tcl845/lib/tcllib1.6.1" If there is any more information required, let me know and I shall be glad to send it. Thanks, Regards, Koolrans |