On 20/08/2015 11:25, Rafael Santiago de Souza Netto wrote: > 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 --
