I can't Hello World!

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Mar 3 23:58:45 PST 2017



On 04.03.2017 07:14, Better World wrote:
> So this is my first few hours doing D. I installed DMD and VisualD on VS
> 2015. Doing the tour in https://tour.dlang.org/, the programs build fine
> but no print statements come out in the output pane. That's what comes
> out instead:
>
> C:\Windows\SysWOW64\kernel32.dll unloaded.
> C:\Windows\SysWOW64\ucrtbase.dll unloaded.
> C:\Windows\SysWOW64\dbghelp.dll unloaded.
> The thread 0x38d0 has exited with code 0 (0x0).
> The thread 0x3668 has exited with code 0 (0x0).
> The thread 0x3510 has exited with code 0 (0x0).
> The program '[14112] SeriousD.exe' has exited with code 0 (0x0).
>
> What can I do?
>

The output pane only shows messages from the debugger. The program 
output is displayed in a console window which you probably see flashing.

If you press Ctrl+F5, the program is run without debugger, but won't 
close the console window unless you press a key.


More information about the Digitalmars-d-ide mailing list