Generate a VC .lib instead of a GCC .a

Hi!

Is there a way to generate a .lib from "libunbound.a"? I ask it because
my requirement is to use libunbound in a VC project. I was trying to use
boost-build but the source code seems rather GCC dependant.

Thanks in advance!

Best regards.
Rafael Santiago

Hi!

I found an ugly but effective way: generate an DLL an load it from my
VC project.

Thanks!

Rafael Santiago