On Wednesday, 3 August 2016 at 15:24:56 UTC, llaine wrote:
On Wednesday, 3 August 2016 at 15:14:24 UTC, Kagamin wrote:

After digging a bit more, I get a different error.

import std.stdio;
import core.runtime;

extern(C)
{
  void initialize()
  {
    Runtime.initialize();
  }

  void foo(string str)
  {
    writeln(str);
  }


  void terminate()
  {
    Runtime.terminate();
  }

}

on my code ofc I call the three methods and I get

uncaught exception
dwarfeh(224) fatal error
Abandon (core dumped)

Reply via email to