Object module

From Lazarus wiki
Revision as of 18:41, 25 July 2015 by FTurtle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

An object module is a compiled, executable program which is either a set of routines to be called from another program (such as a .so file on Linux systems or a .DLL file under Microsoft Windows) or is a compiled program not designed to be run separately which will become part of another program, such as the source code of a Pascal unit, a .OBJ file under Microsoft Windows and MS-DOS, or a .O file in Linux.