Sujet : Re: Pre-main construction order in modules
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.c++Date : 31. Mar 2025, 15:47:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vse9sl$hhbh$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
Am 31.03.2025 um 16:15 schrieb Scott Lurndal:
Which are initialized as the library is loaded. Much the
same effect as implementing before main.
It looks somewhat strange to me to get the address of an export which
is not a function with dladdr or GetProcAddress. I think the usual case
would be that the dynamic library uses global objects for its own use.