]> git.saurik.com Git - wxWidgets.git/blobdiff - lib/_sc/Readme.txt
compilation fix: only us-ascii is safe in sources
[wxWidgets.git] / lib / _sc / Readme.txt
index a0061668d6b4b88af3b4cd4e092c2b6d41902806..346b73c92928892e5c1a8380046a55aa03bef995 100644 (file)
@@ -1,4 +1,22 @@
+----------------------------------------------------------------------------
+Note: The files in this directory are not needed any more if you are using
+      DigitalMars 8.38 or later.
+----------------------------------------------------------------------------
+
+
+
 This directory contains files for the Digitalmars compiler, currently 8.34 beta
 to resolve externals which are not present in the .lib files released by DigitalMars.
 
+To find the names of the functions
+
+//create a library from the dll e.g.
+implib ws.lib c:\WINNT\system32\wsock32.dll
+
+//make a listing
+lib -l ws.lib
+
+//read the listing e.g.
+type ws.lst | more
+
 Chris Elliott, biol75@york.ac.uk, 07 May 03