Creating DLL

Ali Çehreli acehreli at yahoo.com
Thu Jun 16 16:37:34 UTC 2022


On 6/16/22 09:32, Adam D Ruppe wrote:

 > This is why an explicit initialization call is the preferred method -
 > there, the time it is called is well-defined by the user after initial
 > loading is complete.

Agreed but that excludes using the D runtime in 'static this' (and 
shared) blocks, right? If my explicit call to Initialize is in a 'shared 
static this', then I can have only one such block, right?

Ali



More information about the Digitalmars-d-learn mailing list