]> git.saurik.com Git - wxWidgets.git/blame - lib/_sc/Readme.txt
Tweaked the layout sample a bit for wxGridBagSizer
[wxWidgets.git] / lib / _sc / Readme.txt
CommitLineData
44e8cf38
CE
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
0a360e48
CE
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
44e8cf38 15Chris Elliott, biol75@york.ac.uk, 07 May 03