]>
Commit | Line | Data |
---|---|---|
2943e582 VZ |
1 | ---------------------------------------------------------------------------- |
2 | Note: The files in this directory are not needed any more if you are using | |
3 | DigitalMars 8.38 or later. | |
4 | ---------------------------------------------------------------------------- | |
5 | ||
6 | ||
7 | ||
44e8cf38 CE |
8 | This directory contains files for the Digitalmars compiler, currently 8.34 beta |
9 | to resolve externals which are not present in the .lib files released by DigitalMars. | |
10 | ||
0a360e48 CE |
11 | To find the names of the functions |
12 | ||
13 | //create a library from the dll e.g. | |
14 | implib ws.lib c:\WINNT\system32\wsock32.dll | |
15 | ||
16 | //make a listing | |
17 | lib -l ws.lib | |
18 | ||
19 | //read the listing e.g. | |
20 | type ws.lst | more | |
21 | ||
44e8cf38 | 22 | Chris Elliott, biol75@york.ac.uk, 07 May 03 |