winedump: selective search also by name

Eric Pouech eric.pouech at wanadoo.fr
Mon Sep 16 12:00:51 CDT 2002


> > I am missing some general utility library such as GLib, Qt, NSPR or APR to
> > provide general datastructures such as hashes etc. Maybe it is provided by W32?
> > Therefore /* FIXME: Replace with some hash such as GHashTable */.
it'll be a bad idea to use extra libs like Qt or Glib in Wine, just for
that
(note also, that in your case, a simple binary search would be enough
IMO (compared to the current linear search)
A+



More information about the wine-patches mailing list