Unexpected OPTLINK Termination at EIP=000000000

Agustin agustin.l.alvarez at hotmail.com
Thu Nov 7 08:54:42 PST 2013


I'm getting "Unexpected OPTLINK Termination at EIP = 000000000 
and assembly register values" when compiling the follow code. I'm 
doing something wrong?

class MyClass
{
   void opCall()
   {
   }
}

public void main(string[] arguments)
{
     MyClass clazz = new MyClass();
     TaskPool pool = new TaskPool();

     pool.put(std.parallelism.task(&clazz.opCall));
}


More information about the Digitalmars-d-learn mailing list