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

Author Topic: Weird console output  (Read 1350 times)

0 Members and 1 Guest are viewing this topic.

Memorix101

  • Newbie
  • *
  • Posts: 6
    • View Profile
Weird console output
« on: July 03, 2016, 08:57:14 pm »
Hello,

Since a few days I've a problem using SFML.
Every time I compile a SFML application I get weird symbols in console and after that the exe crashes after
a few seconds. Does anybody know how to fix this ? It's pretty weird and even on old project who used to work flawlessly :O It doesn't matter what version of Visual Studio (2013 / 2015) I use for this :(

My VS 2015 project file: https://drive.google.com/file/d/0B5ILUdQjFzf2am1HdmhUTmg4aUU/view?usp=sharing

Thanks :)
« Last Edit: July 03, 2016, 09:06:04 pm by Memorix101 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10976
    • View Profile
    • development blog
    • Email
AW: Weird console output
« Reply #1 on: July 03, 2016, 09:03:23 pm »
Use debug libraries when creating a debug build and use release libraries when creating a release build.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Memorix101

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Weird console output
« Reply #2 on: July 03, 2016, 09:13:10 pm »
Ah, thanks.
I've got it working.
I always threw all libs inside ...   ::)
OMG, I can't believe I made a thread for this.

^-^

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10976
    • View Profile
    • development blog
    • Email
AW: Weird console output
« Reply #3 on: July 03, 2016, 09:16:33 pm »
Glad you got it working.

The search function might be helpful next time as well. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything