How to run code before global constructors?
From: David Schwartz (davids_at_webmaster.com)
Date: 07/24/03
- Next message: Ulrich.Teichert_at_gmx.de: "Re: How to run code before global constructors?"
- Previous message: David M. Cook: "Re: application design"
- Next in thread: Ulrich.Teichert_at_gmx.de: "Re: How to run code before global constructors?"
- Reply: Ulrich.Teichert_at_gmx.de: "Re: How to run code before global constructors?"
- Reply: Paul Pluzhnikov: "Re: How to run code before global constructors?"
- Reply: Noah Roberts: "Re: How to run code before global constructors?"
- Reply: John Reiser: "Re: How to run code before global constructors?"
- Reply: Erwin S. Andreasen: "Re: How to run code before global constructors?"
- Reply: FD: "Re: How to run code before global constructors?"
- Reply: Kaz Kylheku: "Re: How to run code before global constructors?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Jul 2003 23:46:29 -0700
I have a program that needs to install a signal handler before any
global constructors are called. (The global constructors do things that may
cause signals to be received that need to be properly handled.)
Is there any way to ensure a small chunk of code runs before any global
constructors run? Hackish, ugly, solutions are okay. Simple solutions are
preferred.
DS
- Next message: Ulrich.Teichert_at_gmx.de: "Re: How to run code before global constructors?"
- Previous message: David M. Cook: "Re: application design"
- Next in thread: Ulrich.Teichert_at_gmx.de: "Re: How to run code before global constructors?"
- Reply: Ulrich.Teichert_at_gmx.de: "Re: How to run code before global constructors?"
- Reply: Paul Pluzhnikov: "Re: How to run code before global constructors?"
- Reply: Noah Roberts: "Re: How to run code before global constructors?"
- Reply: John Reiser: "Re: How to run code before global constructors?"
- Reply: Erwin S. Andreasen: "Re: How to run code before global constructors?"
- Reply: FD: "Re: How to run code before global constructors?"
- Reply: Kaz Kylheku: "Re: How to run code before global constructors?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|