Re: No error message in DMD 2.078.2

2018-02-13 Thread ag0aep6g via Digitalmars-d-learn
On 02/13/2018 06:51 AM, Domain wrote: module main; void main () {     writeln("Hello"); } Of course, this won't compile, but error message is confused: C:\Git\hello\source>dmd app.d app.d(5): Error: object.Error@(0): Access Violation This is issue 18403. You should see an error message

Re: No error message in DMD 2.078.2

2018-02-12 Thread psychoticRabbit via Digitalmars-d-learn
On Tuesday, 13 February 2018 at 05:51:05 UTC, Domain wrote: module main; void main () { writeln("Hello"); } Of course, this won't compile, but error message is confused: C:\Git\hello\source>dmd app.d app.d(5): Error: object.Error@(0): Access Violation 0x0065445A

Re: No error message in DMD 2.078.2

2018-02-12 Thread Jonathan M Davis via Digitalmars-d-learn
On Tuesday, February 13, 2018 05:51:05 Domain via Digitalmars-d-learn wrote: > module main; > > void main () > { > writeln("Hello"); > } > > Of course, this won't compile, but error message is confused: > > C:\Git\hello\source>dmd app.d > app.d(5): Error: > object.Error@(0): Access Violation

No error message in DMD 2.078.2

2018-02-12 Thread Domain via Digitalmars-d-learn
module main; void main () { writeln("Hello"); } Of course, this won't compile, but error message is confused: C:\Git\hello\source>dmd app.d app.d(5): Error: object.Error@(0): Access Violation 0x0065445A 0x006548FE 0x0064DBD3 0x004B0B90 0x004B8A02 0x00594813 0x005797E2