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

Author Topic: SFML2.0 sfml-window.dll is missing from your computer  (Read 4532 times)

0 Members and 1 Guest are viewing this topic.

jordanske

  • Newbie
  • *
  • Posts: 4
    • View Profile
SFML2.0 sfml-window.dll is missing from your computer
« on: April 13, 2012, 10:19:02 pm »
hello,

I have compiled sfml 2.0 by following the tutorial, everything was compiled without errors.
but my problem is when i compile my source(just a simple window), i get this error:
Code: [Select]
The program can't start because sfml-window.dll is missing from your
computer. Try reinstalling the program to fix this problem.

when i compiled sfml 2.0 i get sfml-system-2.dll sfml-window-2.dll .....
if i change the sfml-window-2.dll to sfml-window.dll i get this error:
Code: [Select]
The procedure entry point _ZN2sf6Window7DisplayEv could not be
located in the dynamic link library sfml-window.dll

I hope someone could help me,
and sorry for my bad english  ;)



Jordan
« Last Edit: April 13, 2012, 10:21:18 pm by jordanske »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML2.0 sfml-window.dll is missing from your computer
« Reply #1 on: April 13, 2012, 10:28:02 pm »
You're probably linking to an old version of SFML by accident. Recent SFML 2 can only require sfml-xxx-2.dll files.
Laurent Gomila - SFML developer

jordanske

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: SFML2.0 sfml-window.dll is missing from your computer
« Reply #2 on: April 13, 2012, 10:31:58 pm »
Thank you for the reply,
but it fixed itself -_-'

I changed the code to something else but that gives a error, then i changed it back to it was before and now it works 0.o.


Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML2.0 sfml-window.dll is missing from your computer
« Reply #3 on: April 13, 2012, 10:32:46 pm »
When strange errors happen, always try "rebuild all" first.
Laurent Gomila - SFML developer

jordanske

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: SFML2.0 sfml-window.dll is missing from your computer
« Reply #4 on: April 13, 2012, 10:34:01 pm »
Ok,
thankyou