X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/44e8cf38f196d130c4473bec4971103164183132..8b1ed8d979f193aa78b74c7d7a4a4ac33e50c121:/lib/_sc/Readme.txt diff --git a/lib/_sc/Readme.txt b/lib/_sc/Readme.txt index a0061668d6..307bd9f590 100644 --- a/lib/_sc/Readme.txt +++ b/lib/_sc/Readme.txt @@ -1,4 +1,15 @@ 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