Hi , it's my first time with SFML, I want to make a freecell game, but...i encountered some problems setting the workspace.
First I tried to link it statically. I had some errors with iterator debug level (double checked the libraries for release and debug )+ 2 more errors.. Ok let's do it dynamically.
I link all the libraries, I put the DLLs in the folder with source.cpp. I only get this error. Someone can help ?
Unhandled exception at 0x00007FFA952EEED2 (sfml-system-d-2.dll) in ConsoleApplication5.exe: 0xC0000005: Access violation reading location 0x0000004600000053. "
EDIT: I saw in the past posts that the problem might be the wrong linking... I just missed a "-d". Now everythings is working..Sorry for this
OS :windows 8.1 64 bit