On Wed, 26 Jun 2013 22:32:55 +0200, Milvakili wrote: 
> That "magically" solves my problem.  Would you mind if I ask you to
> define what this initialization is all about or guide me to some
> tutorial related to these issues?
> 
> Thanks alot.

The function initializes the D runtime library.  I believe the 
initialization must be done primarily due to the garbage collector, but 
there's a list of what the runtime provides in the readme here: https://
github.com/D-Programming-Language/druntime

Reply via email to