< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
There was some strange conflict between
iphlpapi and another library in my project. Changing the previous
implementation (see below) to dynamically load the library instead – made
this issue go away. Note: You no longer need to link with
iphlpapi.lib. I also fixed a leak with GlobalAlloc. I have checked in the changed ares_init.c.
From: Scott Godin
[mailto:slgodin@xxxxxxxxxxxx] Hi Alan, Since I updated to use this changed and added iphlpapi.lib
to my project any calls to gethostname deadlock. Ie. Log::initialize
calls gethostname and everything stops here. As soon as I comment out your additions (ie.
GetNetworkParams) then everything works again. Any idea's on what is
happening? Thanks, Scott
Log
nameserver list fix for pre-historic Windows platforms
Modified:
|