I am writing a C application which uses LibXML2 for XML parsing and Validation. Compiling it in Linux was pretty easy, though compiling it in Windows and Mac seems to be exacting.
For Windows, I am using VC2005/08 ( I basically have both the copies, hence would use on which ever its easier). I need to compile my application along with Libxml2 and other libraries. Most Importantly I need to compile this with MSVCRT.DLL and not with other CRT DLL Libraries like MSVCRT71.dll etc...
I need to build this for Mac Os as well.
Please advice on how should I go about this?