Formats of Binary Files Used in Program Development

ID: Q81358


The information in this article applies to:


SUMMARY

The following are lists of file extensions used for binary files commonly found when developing MS-DOS, Windows, and OS/2 programs. The list also contains possible sources for more information about the format of each file.

List A: Code Files


Ext.  Type of File            Information Sources
----  ------------            -------------------

.COM  MS-DOS program          "MS-DOS Encyclopedia,"
                              "The Programmer's PC Sourcebook"

.DLL  Windows and OS/2        Same as .EXE (new segmented .EXE)
      dynamic link library

.DRV  Windows device driver   Same as .EXE (new segmented .EXE)

.EXE  (DOS) MS-DOS program    "MS-DOS Encyclopedia,"
                              "The Programmer's PC Sourcebook,"
                              "Microsoft C Developer's Toolkit
                               Reference" (CodeView information)

.EXE  (New segmented .EXE)    "MS-DOS Encyclopedia,"
      Windows and OS/2        "The Programmer's PC Sourcebook," and
      program                 "Microsoft C Developer's Toolkit
                              Reference" (CodeView information)

.SYS  MS-DOS device driver    "MS-DOS Encyclopedia" 

List B: Other Files


Ext.  Type of File            Information Sources
----  ------------            -------------------

.BMP  Bitmap file             Microsoft Windows SDK programmer's
                              reference

.CUR  Cursor resource file    Microsoft Windows 3.0 SDK programmer's
                              reference, "The Programmer's PC Sourcebook"

.CLP  Clipboard file          Microsoft Windows 3.0 SDK programmer's
                              reference, "The Programmer's PC Sourcebook"

.FNT  Font resource file      "The Programmer's PC Sourcebook"

.FON  Font file               Same as .EXE (new segmented .EXE)

.ICO  Icon resource file      Microsoft Windows 3.0 SDK programmer's
                              reference, "The Programmer's PC Sourcebook"

.ILK  Incremental linker      Microsoft C Developer's Toolkit
      file                    Reference

.LIB  Library file            Microsoft C Developer's Toolkit
                              Reference

.OBJ  Object file             "MS-DOS Encyclopedia," "Microsoft C
                              Developer's Toolkit Reference,"

.SHD  Shed editor             Proprietary and unavailable

.SYM  Symbol file             "Microsoft C Developer's Toolkit
                              Reference"

.TIF  Tag Image File Format   "The Programmer's PC Sourcebook" 


REFERENCES

"MS-DOS Encyclopedia," Microsoft Press, 1988

"The Programmer's PC Sourcebook," Thom Hogan, Microsoft Press, 1988

"Microsoft C Developers Toolkit" (Can be purchased from Microsoft End User Sales.)

"Microsoft Windows Software Development Kit Reference Volume 1," version 3.0

"Microsoft Windows Software Development Kit Reference Volume 2," version 3.0

"Microsoft Windows Software Development Kit Guide to Programming," version 3.0

Additional query words: kbinf 1.00 1.50 6.00 6.00a 6.00ax 7.00


Keywords          : kb16bitonly 
Version           : 
Platform          : 
Issue type        : 

Last Reviewed: July 27, 1999