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.


Topics - JohnH

Pages: [1]
1
Hi,

I'm having a problem when running an SFML project, but only in debug mode.  I'm using VS2013 Express on Windows 7 64 bit, and I've followed the CMake tutorial to build the dynamic version of SFML 2.1.

I used the INSTALL target to install SFML to C:\Program Files (x86)\SFML.  This works correctly.  However, when running the application in debug mode, I receive the following error:

The program can't start because MSVCR110D.dll is missing from your computer.
Try reinstalling the program to fix this problem.

The application works correctly in release mode.

Things I've tried:

1.  Searching around, I found a couple of suggestions to compile SFML myself (which is what I already did).
2.  Someone suggested installing the VS2012 redistributable.  I did that, but then realised it was the debug version of the .dll that's missing, so it was pointless to do so.
3.  Tried reinstalling VS2013, as I assume the .dll should be present already.
4.  Tried to repair the VS2013 install, but that was more out of hope than anything else.

Just in case, I've attached screenshots of the include and lib paths I have configured in my project, as well as the extra dependencies I have listed for the linker. 

Could someone kindly point me in the right direction? 

Pages: [1]
anything