Re: C++ Runtime Binding
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 03/15/04
- Next message: Sigurd Lerstad: "OLE menus"
- Previous message: Ben Rush: "Re: C++ Runtime Binding"
- In reply to: Ben Rush: "Re: C++ Runtime Binding"
- Next in thread: Ben Rush: "Re: C++ Runtime Binding"
- Reply: Ben Rush: "Re: C++ Runtime Binding"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Mar 2004 17:26:11 -0500
"Ben Rush" <kwendex@yahoo.com> wrote in message
news:%23x0F%23ctCEHA.3928@TK2MSFTNGP09.phx.gbl...
> I guess what I should have asked is how are the constructors and
destructors
> called without the CRT? My understanding, and it could be quite easily
> flawed, is that without the startup code for the runtime, constructors
and
> destructors aren't called. But if they can be called in a _ATL_MIN_CRT
> build, then something has to be doing the leg work.
ATL7 essentially replicates the necessary start-up code - just enough of
it to run constructors and destructors of global objects.
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
- Next message: Sigurd Lerstad: "OLE menus"
- Previous message: Ben Rush: "Re: C++ Runtime Binding"
- In reply to: Ben Rush: "Re: C++ Runtime Binding"
- Next in thread: Ben Rush: "Re: C++ Runtime Binding"
- Reply: Ben Rush: "Re: C++ Runtime Binding"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading