From 7be37f4f6beac672a5e07b551a92063defcb4b76 Mon Sep 17 00:00:00 2001 From: Tom Wickline Date: Mon, 30 Jun 2003 02:05:07 +0000 Subject: [PATCH] - added 2 dlls - added link to apilist - removed suggestion to look at Byte from 20 years ago --- DEVELOPERS-HINTS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index d492290551b..e76a8dabfef 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS @@ -24,6 +24,7 @@ DLLs: commdlg/ - Common dialog boxes (both 16 & 32 bit) crtdll/ - Old C runtime library crypt32/ - Cryptography + ctl3d/ - 3D Effects for Common GUI Components d3d8/ - Direct3D (3D graphics) d3dx8/ - Direct3D (3D graphics) dciman32/ - DCI Manager (graphics) @@ -42,6 +43,7 @@ DLLs: icmp/ - ICMP protocol (networking) imagehlp/ - PE (Portable Executable) Image Helper lib imm32/ - Input Method Manager + iphlpapi/ - IP Helper API kernel/ - The Windows kernel lzexpand/ - Lempel-Ziv compression/decompression mapi32/ - Mail interface @@ -508,8 +510,10 @@ MORE INFO 1. There is a FREE online version of the MSDN library (including documentation for the Win32 API) on http://msdn.microsoft.com/ -2. http://www.sonic.net/~undoc/bookstore.html +2. Windows apilist: http://www.mentalis.org/apilist/apilist.php + +3. http://www.sonic.net/~undoc/bookstore.html + +4. In 1993 Dr. Dobbs Journal published a column called "Undocumented Corner". -3. In 1993 Dr. Dobbs Journal published a column called "Undocumented Corner". -4. You might want to check out BYTE from December 1983 as well :-)