On Tuesday, 5 November 2013 at 19:49:06 UTC, Sean Kelly wrote:
On Monday, 4 November 2013 at 22:25:14 UTC, Rainer Schuetze wrote:On 04.11.2013 11:23, Namespace wrote:And how can I use it? import gc.proxy; doesn't work.You need to add <dmd-install-path>/src/druntime/src to the import search paths.Or simply declare the extern (C) function in your code.
And what is with the return type? It's a struct. You must import it.
