James Albert wrote:

   * In exe_lzexe.c, the function lzexe_read calls memcpy(buf + done,
     handle->buffer, copy);.  buf is a void *, and because the size of
     each pointer is unknown the compiler can't do the pointer
     arithmetic.

Right, that's a mistake on my part. I'll take care of it.

I know I've said this before, but I think it would be better to switch to mingw for the windows port. That way we could integrate it into the automake/autoconf system. Another point is that Visual Studio is very expensive software and this severely limits the number of people that might be able to help out with the windows port.

Regards,

Walter van Niftrik


_______________________________________________
FreeSCI-develop mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freesci-develop

Reply via email to