Bo Peng a écrit :
Just grab the package from gnuwin32Thanks I will try that. There are so many options. I am trying the cygwin route, when I install the basic cygwin system, zlib.h and zlib.a are in place. Can I use them directly?
Well, yes and no. If you use them you will end-up with an executable that will depend on cygwin. So it is better to use the mingw version and link to it dynamically with the gnuwin32 package.
Abdel.