Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> creating import libraries with blilib</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Creating import libraries with BLILIB
------------------------------------------------------------------------------
 The BLILIB utility reads a module definition file containing EXPORT
 definitions for a DLL, or the actual .DLL file itself, and creates a module
 definition file or an import library containing the corresponding IMPORT
 definitions for programs which are intending to use the DLL.
 The syntax of the BLILIB commmand line is

 BLILIB /I{D | E} inputfile /O{I | L} outputfile [options]

 Where /Ix indicates the input file:

 /ID inputfile    A .DLL file with exported names
 /IE inputfile    A module definition file with Export definitions

 /Ox indicates the output file:

 /OI outputfile   A module definition file with Import definitions
 /OL outputfile   A .LIB file with import definitions

 For more details on using BLILIB, and import libraries in general, please
 refer to the section entitled 'The BLILIB import librarian' in Chapter 6.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson