I am still getting un-defined references of __imp__xmlFree and others
when linking.

Any idea how to fix?

Would it be sane to add this to my code:

void __imp__xmlFree(void* foo) {
   free(foo);
}

??

--
Ben Greear <[EMAIL PROTECTED]>
Candela Technologies Inc  http://www.candelatech.com

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to