Windows API database / map

Dimitrie O. Paun dpaun at rogers.com
Mon Feb 3 20:51:04 CST 2003


On February 3, 2003 09:18 pm, Dave Miller wrote:
> If anyone has comments or suggestions on how to improve it or the next
> logical step please let me know.

Sure, here are my suggestions (in order of importance):
  1. Transform the output to a matrix (a square matrix, a DLL per
     row & column, the entry at row r and column c gets an X if
     the DLL on row r imports the DLL in column c.
  2. Get rid of the path from the DLL filenames, it's useless, and
     it eats up space. That is, just say userenv.dll instead of 
     c:\windows\system32/userenv.dll.
  3. Get rid of the .dll extension for similar reasons.
  4. Remove the columns from the matrix that have no X's.
  5. Order columns by order of importance. That is, the ones with
     more X's come first.

-- 
Dimi.




More information about the wine-devel mailing list