distributing my program

Started by
1 comment, last by Helo7777 10 years, 10 months ago

I made an online chat program with SFML on Windows 7 and I am trying to distribute it to my friends who also have Windows 7.

I included the executable and msvcr110.dll but I'm getting the error "MSVCR110.dll is either not designed to run on Windows or it contains an error. Try installing the program again..."

Is there something I'm doing wrong?

An invisible text.
Advertisement

Find an option in VS project settings where the default is Multi-Threaded DLL or Debug Multu-threaded dll. Change it to simple "Multy-Threaded". That should work.

Yep. Or getting them to install the Microsoft Visual C++ Redistributable should fix it too.

This topic is closed to new replies.

Advertisement