Programming Tools:prgtools

The utility program AIMPLIB.EXE Foundation

The program AIMPLIB.EXE creates import libraries and export files from export definition files (DEF files). These files are required for the creation of DLL files to be linked statically to an EXE (see the previous section). AIMPLIB accepts the following command line options:

/? | /h

Displays information about command line options.

/coff

Creates an import library in Common Object File Format (COFF). This is the default option for Windows platforms.

/omf

Creates an import library in Object Module Format (OMF). This is the default option for the OS/2 platform.

/o:<file>

Specifies the file name <file> for the import library.

/q

Suppresses screen output while the program is running (quiet mode).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.