Related articles |
---|
Help my understanding of compiled code nerkul@my-deja.com (1999-11-09) |
Re: Help my understanding of compiled code ilya@math.ohio-state.edu (1999-11-16) |
Re: Help my understanding of compiled code adonovan@imerge.co.uk (Alan Donovan) (1999-11-16) |
Re: Help my understanding of compiled code christian.sell@netcologne.de (Christian Sell) (1999-11-16) |
Re: Help my understanding of compiled code mwh@gradin.cis.upenn.edu (1999-11-18) |
From: | "Christian Sell" <christian.sell@netcologne.de> |
Newsgroups: | comp.compilers |
Date: | 16 Nov 1999 23:50:19 -0500 |
Organization: | Compilers Central |
References: | 99-11-059 |
Keywords: | code |
Of course the data part of the program (e.g. statically declared
string variables, message texts, etc.) has to be part of the
executable image. And then, there may be names for exported and
imported symbols (callable functions in a DLL)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.