Error 42: Symbol Undefined __d_throwc

2010-11-19 Thread Tyro[a.c.edwards]
8, and 049 but yields a runtime error: D:\code>bug object.Exception: unrecognized attribute Compiled with dmd.2.050, it yields the linker error: D:\code>dmd bug OPTLINK (R) for Win32 Release 8.00.8 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.

Re: Error 42: Symbol Undefined __d_throwc

2010-11-20 Thread Jimmy Cao
d.2.050, it yields the linker error: > D:\code>dmd bug > OPTLINK (R) for Win32 Release 8.00.8 > Copyright (C) Digital Mars 1989-2010 All rights reserved. > http://www.digitalmars.com/ctg/optlink.html > bug.obj(bug) > Error 42: Symbol Undefined __d_throwc > --- errorlevel 1

Re: Error 42: Symbol Undefined __d_throwc

2010-11-20 Thread Tyro[a.c.edwards]
On 11/21/2010 1:13 AM, Jimmy Cao wrote: I can't reproduce it on Windows 7 with dmd 2.050. On Sat, Nov 20, 2010 at 12:45 AM, Tyro[a.c.edwards] mailto:nos...@home.com>> wrote: The following: import std.regex; void main() { string s = "$,"; replace(s, rege