[Issue 4593] (DMD 2.047) Access Violation in unittest build

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 7 14:00:12 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4593



--- Comment #5 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2010-08-07 14:00:10 PDT ---
You forgot to put an import to image in main.d . Without it, I'll get that
object error thing. Otherwise, this will work fine:

import image;
import std.stdio;

void main()
{
   writeln("Hello world!");
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list