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