Changes between Initial Version and Version 1 of Ticket #358


Ignore:
Timestamp:
Jul 28, 2007 1:57:12 AM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #358 – Description

    initial v1  
    22 
    33> The major difference is the dynamic explicit run-time linking  
    4 > to the IpHlpApi.DLL, instead of the implicit linking that would normally  
     4> to the !IpHlpApi.DLL, instead of the implicit linking that would normally  
    55> be used with import libraries.  The new version of the file will only  
    66> load the DLL if it is actually used.  Currently, the DLL is loaded and  
     
    1212> I made this change because my application was crashing during shutdown.   
    1313> The crash was occurring deep within the shutdown code of the  
    14 > IpHlpApi.DLL.  Since there wasn’t a clear way of debugging this, and my  
     14> !IpHlpApi.DLL.  Since there wasn’t a clear way of debugging this, and my  
    1515> code didn’t actually need any of the functions from that DLL, I made the  
    1616> changes to the source file to explicitly link to it.