[bind10-dev] news about Windows port (2/general)

Danny Mayer mayer at gis.net
Wed Oct 5 12:55:11 UTC 2011


On 10/5/2011 7:13 AM, Francis Dupont wrote:
> I gave up on the idea to produce DLLs: they are very incompatible
> with C++, so all the libraries are compiled as static libraries
> (i.e., lib*.lib).
> Compile flags are _WIN32 (generic for Windows, including on x64 :-)
> and _MSC_VER (for Microsoft C++ compiler specific stuff, mainly
> pragmas to disable spurious warnings).
> 
> Francis Dupont <fdupont at isc.org>


I seem to remember loading C++ DLL's in an application that I was a
developer for and it worked fine. I don't remember any of the details
but I do know we were dynamically loading them. On the other hand I
don't think it's a big deal if things are just statically linked. There
are advantages and disadvantages to both ways.

Danny



More information about the bind10-dev mailing list