Battle-City icon indicating copy to clipboard operation
Battle-City copied to clipboard

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

Open rileyw opened this issue 11 years ago • 1 comments

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.

rileyw avatar Apr 19 '13 01:04 rileyw

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.)

Deceth avatar Nov 27 '13 19:11 Deceth