[Issue 14327] Unhandled exception from writeln() in C++/D application
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Oct 18 01:45:20 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14327
Rainer Schuetze <r.sagitario at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de
--- Comment #12 from Rainer Schuetze <r.sagitario at gmx.de> ---
The problem is that the stdin,stdout,stderr handles are only initialized when
running d_run_main, but not rt_init.
--
    
    
More information about the Digitalmars-d-bugs
mailing list