Cory Nelson wrote:
I'm about to start using libxml2 in a 64 bit enviroment, can you give me some examples of what functions are using int that should be using size_t?I've been using a 64-bit libxml2 on windows for a while now, with no issues other than a frustrating use of int where size_t should be used for function args. I have not used it with iconv and zlib, though I have used both of those independantly as 64-bit.