Descent 0.5.4 released
Jarrett Billingsley
jarrett.billingsley at gmail.com
Wed Jan 28 20:58:06 PST 2009
On Wed, Jan 28, 2009 at 11:37 PM, Jason House
<jason.james.house at gmail.com> wrote:
> 1. derr.writefln("foo") is translated as 1("foo")
Haw haw, that's because the DMDFE replaces symbols it doesn't know
with 1. That's why the compiler spits out tons of bizarre "expected
function before parens, not '1' of type 'int'" after undefined symbol
errors. Either you're not importing std.cstream, or Descent isn't
looking it up right.
More information about the Digitalmars-d-announce
mailing list