You can use Cygwin.
I successfully build clamav 0.60 under cygwin after minors source
modifications :
After ./configure
I have made this modification :
* file zzip-stdint.h
at line 22
#if !defined(C_CYGWIN)
typedef unsigned char uint8_t;typedef signed char int8_t;
#endif
*file freshclam.
> Hi,
>
> How to build clamav library for windows application. I would like to use
> clamav antivirus in my application.
> I could not able to find any makefile or any documentation on how to build a
> library for Windows operating sytems.
I think you should try MinGW to build a dll library.
Be