Changes between Initial Version and Version 1 of Ticket #358
- Timestamp:
- Jul 28, 2007 1:57:12 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #358 – Description
initial v1 2 2 3 3 > The major difference is the dynamic explicit run-time linking 4 > to the IpHlpApi.DLL, instead of the implicit linking that would normally4 > to the !IpHlpApi.DLL, instead of the implicit linking that would normally 5 5 > be used with import libraries. The new version of the file will only 6 6 > load the DLL if it is actually used. Currently, the DLL is loaded and … … 12 12 > I made this change because my application was crashing during shutdown. 13 13 > 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 my14 > !IpHlpApi.DLL. Since there wasn’t a clear way of debugging this, and my 15 15 > code didn’t actually need any of the functions from that DLL, I made the 16 16 > changes to the source file to explicitly link to it.