wxWidgets/lib/_sc
Chris Elliott 273d976663 library file for d mars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-16 07:26:13 +00:00
..
Readme.txt fix makefile for digitalmars 2003-09-03 13:59:53 +00:00
shell32_sc.def fix makefile for digitalmars to build taskbar sample 2003-09-03 14:35:49 +00:00
winmm32_sc.def library file for d mars 2003-09-16 07:26:13 +00:00
wsock32_sc.def fix makefile for digitalmars 2003-09-03 13:59:53 +00:00

This directory contains files for the Digitalmars compiler, currently 8.34 beta
to resolve externals which are not present in the .lib files released by DigitalMars.

To find the names of the functions

//create a library from the dll e.g.
implib ws.lib c:\WINNT\system32\wsock32.dll

//make a listing
lib -l ws.lib

//read the listing e.g.
type ws.lst | more

Chris Elliott, biol75@york.ac.uk, 07 May 03