Deceth / Battle-City

Build a city, hire a team, drive a tank, orb the enemy! Multiplayer online game.
http://battlecity.org
GNU General Public License v3.0
49 stars 24 forks source link

bcserver.exe fails to start due to MSVCP110D.dll missing #64

Open rileyw opened 11 years ago

rileyw commented 11 years ago

In the battle-city-winter-classic release bcserver.exe has been compiled in debug mode, and upon execution, the application is trying to load the debug C++ run time library. The fix is to compile the project in release mode.

Deceth commented 10 years ago

Will need to update the documentation with step-by-step procedure for successfully compiling the game and client.

Also need to specify how to properly distribute the game with the proper .dll files OR how to create an insaller that successfully includes all dependencies.

(Required distributables depend on version of Visual Studio Express being used. Maybe documentation should standardize this, i.e. for v4.0.0 of Battle City, use Visual Studio Express 2010.)