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> import libraries</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Import libraries
------------------------------------------------------------------------------
 Import libraries are simply library files containing IMPORTS definitions for
 each of the exported symbols from a .DLL, and can be generated automatically
 from the .DLL using an import librarian.

 Import libraries are recommended for resolving references from applications
 to DLLs. Without an import library, an external reference to a dynamic-link
 routine in a DLL must either be declared in an IMPORTS statement in the
 application's .DEF file, or explicitly coded in the program.

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