Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chelneru

Pages: [1]
1
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 :D

OS :windows 8.1 64 bit

Pages: [1]