Derelict3+SFML2

Zhenya zheny at list.ru
Sat Sep 1 08:53:15 PDT 2012


Hello, I've got a little problem with DerelictSFML2. Despite the 
fact that I downloaded from the official website binaries CSFML2, 
this little application closes with the message: "Failed to load 
symbol sfWindow_setSize from shared library csfml-window-2.dll"

module main;

import std.stdio;

import derelict.sfml2.system;
import derelict.sfml2.window;

int main (string [] argv)
{
DerelictSFML2System.load ();
DerelictSFML2Window.load ();
return 0;
}

Could you explain to me what is wrong?


More information about the Digitalmars-d-learn mailing list