--- In [email protected], "Brett McCoy" <[EMAIL PROTECTED]> wrote: > > On Tue, May 27, 2008 at 5:50 PM, Benjamin Scott > <[EMAIL PROTECTED]> wrote: > > > Correct me, if I'm wrong, BUT > > Only the OS or a Program can > > call, such a Executable? > > What do you mean? An executable is anything that can be translated > into machine code (whether compiled or interpreted), loaded into > memory and executed by the CPU. This can be C programs, Perl scripts, > shell scripts, dynamic link libraries, etc. > > -- Brett > ------------------------------------------------------------ > "In the rhythm of music a secret is hidden; > If I were to divulge it, it would overturn the world." > -- Jelaleddin Rumi >
So translation would be: I'm correct. A executable without a main would be a Dynamic Link Library.
