On Apr 25, 2011, at 11:43 AM, Bruce, Joseph R (Joe) wrote: > I still don't understand why this code works on the *nix side, but not > Windows. Any ideas there?
The dynamically-linked library systems used by most if not all UN*X systems and and the dynamically-linked library system used by Windows are different; in the UN*X systems, symbols in the main executable image are available to code loaded at run time, but that's not the case in Windows. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
