Hi guys,
i am really on the edge of despair right now and hope you could help me out of my misery
I am working on a project with 2 friends of mine and we wanted to try the SFML Framework out so i downloaded it, followed the instructions and had everything running in no time.
So i included the framework in our existing project and everything ran just fine and i pushed it to our repository on Github.
The problem now is that my friends can't start the program. It builds just fine but when they try to start it they get the following error:
An in addition one of them has to download some symbols every time he restarts his VS:
'Highly Contagious.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Loading disabled by Include/Exclude setting.
'Highly Contagious.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Loading disabled by Include/Exclude setting.
'Highly Contagious.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Loading disabled by Include/Exclude setting.
All paths in the project settings are relative paths ($(ProjectDir)\...) so that shouldn't be the a problem.
We all work with Visual Studio 2013 Professional on Win8.1 and use SourceTree for our Repository.
I also attached our .gitignore maybe we excluded something that shouldn't be.
I really hope someone could help me fix this issue.
BR
Jere