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

Author Topic: runtime error I don't understand  (Read 1260 times)

0 Members and 2 Guests are viewing this topic.

DarkGlitch

  • Newbie
  • *
  • Posts: 11
    • View Profile
runtime error I don't understand
« on: December 30, 2012, 02:27:50 am »
Finally got some time to try out 2.0 and I found a tut on DIC I wanted to try out. I compiled and on run this is what popped up:

The Procedure entry point ?onCreate@RenderWindow@sf@@MAEXXZ could not be located in the dynamic link library sfml-graphics-d-2.dll

What does that mean? Thanks for reading.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
AW: runtime error I don't understand
« Reply #1 on: December 30, 2012, 06:55:16 am »
It means that the DLL hasn't been placed in the working directory of the application. Read the offical SFML setup tutorial again carefully. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

DarkGlitch

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: runtime error I don't understand
« Reply #2 on: December 30, 2012, 08:50:19 am »
Ay dio...

Thanks again. :P

 

anything