|
From: Ben C. <ben...@gm...> - 2009-09-15 14:07:39
|
I am now trying to port my app to windows and running into some problems
with libxml2.
I am using the v2.6 teapots (3.x not in the repository) and have installed
all required packages to work with the code in the last post.
However I get a load error which I assume is because it can't find
libxml2.dll:
couldn't load library
"f:/bin/tcl/lib/teapot/package/win32-ix86/lib/dom_libxml22.6/tcldomxml26.d
ll": this library or a dependent library could not be found in library path
while executing
"load
f:/bin/tcl/lib/teapot/package/win32-ix86/lib/dom_libxml22.6/tcldomxml26.dll"
tcldomxml26.dll is at that path, so the error must be for "a dependant
library".
My question is where do I put the library? I can get copies of libxml2.dll
form their website, but I think the issue may be I don't know where the
tcldom dll is going to look for it. I am guessing this would have been set
by whoever compiled the teapot
but I don't know where this came form, it's just in the ActiveState
repository. I tried the same folder, and also System32 folder but no luck.
B
|