On Monday, 8 December 2014 at 13:48:27 UTC, Mike Parker wrote:
import std.conv : to; writeln( "Error: ", to!string( SDL_GetError() ));
Cleaner! Any ideas where to look for the source of the problem?
On Monday, 8 December 2014 at 13:48:27 UTC, Mike Parker wrote:
import std.conv : to; writeln( "Error: ", to!string( SDL_GetError() ));
Cleaner! Any ideas where to look for the source of the problem?