How to not export certain functions
From: Harald Grossauer (harald.grossauer_at_uibk.ac.at)
Date: 10/31/03
- Next message: Måns Rullgård: "Re: How to not export certain functions"
- Previous message: Nils O. Selåsdal: "Re: Linux development and UNICODE support !!"
- Next in thread: Måns Rullgård: "Re: How to not export certain functions"
- Reply: Måns Rullgård: "Re: How to not export certain functions"
- Reply: Nils O. Selåsdal: "Re: How to not export certain functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Oct 2003 10:45:01 +0100
I want to write an application that loads certain plugins at runtime. The
plugins are .so and I use dlopen() and dlsym(). With that I can get a
pointer to every function in the so. How can I declare certain functions,
sucht that they are not exported, i.e. functions that are only used
internally in the .so?
- Next message: Måns Rullgård: "Re: How to not export certain functions"
- Previous message: Nils O. Selåsdal: "Re: Linux development and UNICODE support !!"
- Next in thread: Måns Rullgård: "Re: How to not export certain functions"
- Reply: Måns Rullgård: "Re: How to not export certain functions"
- Reply: Nils O. Selåsdal: "Re: How to not export certain functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|