From: Byron W. <by...@ly...> - 2005-02-28 19:22:04
|
<html> <head> <!-- Written by GoldMine : Version 5.50.10424 --> <title></title> </head> <BODY text="#000000" link="#0000FF"> <font style="font-family:'Arial';font-size:10pt;"> >> couldn't load library<br> >> "C:/tcl845/lib/Tcldom_libxml23.0/Tcldom_libxml230.dll": th<br> >> is library or a dependent library could not be found in library path<p> I've had the same problem, I've never been able to get the 3.x combo package to work. Either an immediate application crash or the above error always stopped me.<p> You might need msvcrt71.dll. It comes with VS.NET, That was suggested to me, although it <br> didn't seem to fix anything.<p> It took some doing, but I ended up statically linking all the required libraries using the 2.6 version. I used VS.Net & can build all packages (dom::libxml2 dom::c) on win/linux/solaris. On the 2.6 branch, dom::c is more memory efficient (smaller leaks) of the 2 parsers IMHO. </font></body> </html> |