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

Author Topic: Visual Studio 13 dynamic linking "acces violation reading .." [Solved :D]  (Read 778 times)

0 Members and 1 Guest are viewing this topic.

chelneru

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
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
« Last Edit: January 09, 2015, 07:10:40 pm by chelneru »