]> git.saurik.com Git - wxWidgets.git/blame - lib/_sc/Readme.txt
compilation fix for !wxUSE_MIMETYPE
[wxWidgets.git] / lib / _sc / Readme.txt
CommitLineData
2943e582
VZ
1----------------------------------------------------------------------------
2Note: 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
8This directory contains files for the Digitalmars compiler, currently 8.34 beta
9to resolve externals which are not present in the .lib files released by DigitalMars.
10
0a360e48
CE
11To find the names of the functions
12
13//create a library from the dll e.g.
14implib ws.lib c:\WINNT\system32\wsock32.dll
15
16//make a listing
17lib -l ws.lib
18
19//read the listing e.g.
20type ws.lst | more
21
44e8cf38 22Chris Elliott, biol75@york.ac.uk, 07 May 03