]> git.saurik.com Git - wxWidgets.git/blob - lib/_sc/Readme.txt
Add line and page size modification possibility.
[wxWidgets.git] / lib / _sc / Readme.txt
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
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
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
22 Chris Elliott, biol75@york.ac.uk, 07 May 03