On Tue, Feb 17, 2009 at 4:49 AM, Tom S <h3r3...@remove.mat.uni.torun.pl> wrote:

> Additionally, using such an approach breaks any possibility to use
> incremental compilation. So there's also the option of having a .lib per .d
> file and linking that all together. So I've just tried it:
> dmd -c Main.d
> dmd -lib Mod.d
> dmd -lib Mod2.d
> dmd Main.obj Mod.lib Mod2.d
> ... and OPTLINK crashed with the familiar MsgBox containing register values.

I can confirm that this happens on both my laptop (single-core,
single-threaded Pentium M) and my desktop.  Using imagecfg changes
nothing.

Reply via email to