]>
Commit | Line | Data |
---|---|---|
1 | This directory contains files for the Digitalmars compiler, currently 8.34 beta | |
2 | to resolve externals which are not present in the .lib files released by DigitalMars. | |
3 | ||
4 | To find the names of the functions | |
5 | ||
6 | //create a library from the dll e.g. | |
7 | implib ws.lib c:\WINNT\system32\wsock32.dll | |
8 | ||
9 | //make a listing | |
10 | lib -l ws.lib | |
11 | ||
12 | //read the listing e.g. | |
13 | type ws.lst | more | |
14 | ||
15 | Chris Elliott, biol75@york.ac.uk, 07 May 03 |