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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jere_grill

Pages: [1]
1
General / Re: Help with VS13, SFML and GIT
« on: May 24, 2014, 10:40:48 pm »
Well there's also the .sln and the project.filters file.
Or is there an specific file you are looking for?

2
General / Re: Help with VS13, SFML and GIT
« on: May 24, 2014, 10:08:21 pm »
Yeah sry Library...my bad :D

We tried several of the fixes from google including reinstallation of the newest versions of dotNET and Visual C++ Redistributable and even the best windows error fix (restarting the pc) but couldn't find anything that could help us, that's why i try it here now :)

I attached the project file which is on the repository (i hope this is the file you ment)

BR

3
General / Help with VS13, SFML and GIT
« on: May 24, 2014, 09:44:56 pm »
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

Pages: [1]
anything