2003-11-30 17:36:12 -05:00
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Note: The files in this directory are not needed any more if you are using
|
|
|
|
DigitalMars 8.38 or later.
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-05-07 09:09:14 -04: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.
|
|
|
|
|
2003-09-03 09:59:53 -04:00
|
|
|
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
|
|
|
|
|
2003-05-07 09:09:14 -04:00
|
|
|
Chris Elliott, biol75@york.ac.uk, 07 May 03
|