views:

81

answers:

1

Hi! I had compiled zlib on my comp to compile libxml (for collada dom). But I don't know which directories are supposed to be /lib and /include at compiling libxml. Sorry for my English and my noobinity :) Thx for the answers and the worthy time You have spent on answering me.

+1  A: 

Whichever folder the zlib header files are in is the folder to add into the list of include paths when compiling libxml. Similarly the folder that holds your compiled zlib library should go into the linker's list of search directories. Is that what you mean?

Troubadour
Oh thank, the include dir problem solved by you :)But I can not find zlib.dll or zlib.lib :(
user408141: Are you sure that you successfully built zlib?
Troubadour
I really dunno :SI have successfully compile every VS project at contrib/vstudio.
Okay problem solved :) Thx