Game Development Community

Another weird error

by Brian Edey · in Torque Game Engine · 10/14/2003 (1:15 am) · 1 replies

I installed a client on another computer, and ran it, and it said its missing MSVCRTD.DLL, but in VC++ 6.0 its included in the compile right? The windows/system32 directory is listed in the include.

#1
10/14/2003 (2:06 am)
You compiled a debug build. The release versions of the Visual C++ runtime libraries are included with the OS but not the debug versions. You'll need to either compile a release build or copy over the debug runtimes.