SFML community forums

Help => General => Topic started by: Helios101 on January 04, 2014, 07:43:52 am

Title: .
Post by: Helios101 on January 04, 2014, 07:43:52 am
.
Title: Re: Executable keeps disappearing in project file
Post by: amir ramezani 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
Title: Re: Executable keeps disappearing in project file
Post by: eXpl0it3r 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?
Title: Re: Executable keeps disappearing in project file
Post by: amir ramezani on January 04, 2014, 10:21:36 am
have you fixed that error?