Re: basic question about runtime query parsing

Marco van de Voort <marcov@stack.nl>
3 Aug 2005 01:11:10 -0400

          From comp.compilers

Related articles
[6 earlier articles]
Re: basic question about runtime query parsing lfinsto1@gwdg.de (Laurence Finston) (2005-07-22)
Re: basic question about runtime query parsing shahbazc@gmail.com (falcon) (2005-07-22)
Re: basic question about runtime query parsing kers@hpl.hp.com (Chris Dollin) (2005-07-26)
Re: basic question about runtime query parsing lfinsto1@gwdg.de (Laurence Finston) (2005-07-28)
Re: basic question about runtime query parsing kers@hpl.hp.com (Chris Dollin) (2005-07-31)
Re: basic question about runtime query parsing skandgoe@gwdg.de (Skandinavisches Seminar) (2005-08-01)
Re: basic question about runtime query parsing marcov@stack.nl (Marco van de Voort) (2005-08-03)
Re: basic question about runtime query parsing kers@hpl.hp.com (Chris Dollin) (2005-08-03)
| List of all articles for this month |

From: Marco van de Voort <marcov@stack.nl>
Newsgroups: comp.compilers
Date: 3 Aug 2005 01:11:10 -0400
Organization: Stack Usenet News Service
References: 05-07-045 05-07-056 05-07-066 05-07-079 05-07-103
Keywords: linker
Posted-Date: 03 Aug 2005 01:11:10 EDT

On 2005-07-26, Chris Dollin <kers@hpl.hp.com> wrote:
>>
>> Thanks for the information. I'll have to look up 'dlopen'. However,
>> even if it's possible, I think there's probably an easier and safer
>> solution for most programming tasks. I don't dispute that it could be
>> useful for some special ones.
>
> dlopen [etc], as I understand it, is the basis for [or access to]
> POSIX dynamic linking.


(Just a side note: afaik dlopen is used to open binaries in general. An
alternate use is e.g. to open a binary, and get access to sections that are
not loaded into memory, e.g. for internationalisation purposes)


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.