DMD Snapshot 0.4.0

arnaud arnaud.versini at gmail.com
Mon Mar 24 12:30:18 PDT 2008


Chris Miller a écrit :
> After a bit of a hiatus working on my site (another project management system went kaput on me- not fun!) I finally got back to D.  To find a new compiler, and a fresh release of just about everything.  So I got to work and made a new DMD Snapshot.
> 
> It's up for download now at my site, now with a slightly different engine, but for the better. http://www.fsdev.net/wiki/dmd-snapshots#Version0.4.0Windows
> 
> I hope someone finds it useful, but I really hope that it makes it easier for people to start using and learning D!

I've one problem with tango, if I import tango.text.RegEx, I've this 
error : object.Exception: Access Violation. When the module isn't 
imported, there isn't error. Any idea?

Ps :

import tango.io.Stdout;
import tango.text.RegEx;

int main(char[][] args)
{
    	Stdout.formatln ("Hello world!");
	return 0;
}


More information about the Digitalmars-d-announce mailing list