On Thu, Jun 12, 2003 at 01:20:21PM -0400, Pierre A. Humblet wrote:
Corinna Vinschen wrote: It works on my antique Win95 and on my CYGWIN_NT-4.0. There the Windows functions return an error and minires falls back to resolv.conf Of course LoadLibrary/GetProcAddres would work too.
Personally I think it's cleaner to use LoadLibrary/GetProcAddress. But if it doesn't hurt...
FWIW, I agree. Most likely the function resolution is faster using LoadLibrary/GetProcAddress as well; but, that is only speculative.
Earnie.
