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

Author Topic: .  (Read 1707 times)

0 Members and 1 Guest are viewing this topic.

Helios101

  • Newbie
  • *
  • Posts: 15
    • View Profile
.
« on: January 04, 2014, 07:43:52 am »
.
« Last Edit: May 03, 2018, 05:28:24 am by Helios101 »

amir ramezani

  • Jr. Member
  • **
  • Posts: 81
  • i'm a programmer who can't see well
    • View Profile
    • download useful software!
    • Email
Re: Executable keeps disappearing in project file
« Reply #1 on: January 04, 2014, 09:20:08 am »
I think it is an undefined reference
but, I don't worked with MSVC compiler
link all the libraries and dependencys and recompile your project
if you can't see well, you can't test your applications and operating system well
my game engine:
allegro game creator
my operating system:
AmirOS

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Executable keeps disappearing in project file
« Reply #2 on: January 04, 2014, 09:32:01 am »
Make sure the application is closed properly, before trying to build a new one.
Sometimes VS locks the exe and then fails to open it. A rebuild has often solved the issue for me, not sure if this is the same issue.
Does it only happen occasionally?

Did you look up the linker error code?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

amir ramezani

  • Jr. Member
  • **
  • Posts: 81
  • i'm a programmer who can't see well
    • View Profile
    • download useful software!
    • Email
Re: Executable keeps disappearing in project file
« Reply #3 on: January 04, 2014, 10:21:36 am »
have you fixed that error?
if you can't see well, you can't test your applications and operating system well
my game engine:
allegro game creator
my operating system:
AmirOS

 

anything