Defered loading of shared libraries
From: Otto Wyss (otto.wyss_at_orpatec.ch)
Date: 07/14/04
- Next message: Jens.Toerring_at_physik.fu-berlin.de: "Re: Defered loading of shared libraries"
- Previous message: Floyd L. Davidson: "Re: Keyboard/Serial port monitoring using select()"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: Defered loading of shared libraries"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: Defered loading of shared libraries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 14 Jul 2004 21:24:04 +0200
In my simple check app I first do only some checks with the framebuffer
and only after this is successful do some checks with the DirectFB
shared library. Unfortunately the shared library is needed right from
the start, making it impossible to just check the framebuffer. Is there
a way to defer the loading of the DirectFB shared library until it's
really needed?
O. Wyss
-- How to enhance your code, see "http://freshmeat.net/projects/wxguide/"
- Next message: Jens.Toerring_at_physik.fu-berlin.de: "Re: Defered loading of shared libraries"
- Previous message: Floyd L. Davidson: "Re: Keyboard/Serial port monitoring using select()"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: Defered loading of shared libraries"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: Defered loading of shared libraries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|