automatic debugging / disabling D's built-in exeption handler

Carlos Santander csantander619 at gmail.com
Sun Nov 5 15:04:00 PST 2006


Bill Baxter escribió:
> 
> If you stick the 'no_catch_exceptions=true' into main() or static this() 
> then phobos complains that the value changed:
> --> "f:\usr\pkg\Dlang\dmd\bin\..\lib\phobos.lib(dmain2)  Offset 1D89AH 
> Record Type 0091
>  Error 1: Previous Definition Different : _no_catch_exceptions
> --- errorlevel 1"

Put it in a different module. Import it, but don't link it.

-- 
Carlos Santander Bernal



More information about the Digitalmars-d mailing list