FS#79 - LUA DLL needs VC2005 package install or Microsoft VC80 DLL
Attached to Project:
ExtraPuTTY
Opened by ExtraPuTTY Developer Team (admin) - Friday, 27 May 2011, 00:10 GMT+2
Last edited by ExtraPuTTY Developer Team (admin) - Friday, 27 May 2011, 00:27 GMT+2
Opened by ExtraPuTTY Developer Team (admin) - Friday, 27 May 2011, 00:10 GMT+2
Last edited by ExtraPuTTY Developer Team (admin) - Friday, 27 May 2011, 00:27 GMT+2
|
DetailsThe MSVCR80 Installation for Lua dll :
It can be in a folder called "Microsoft.VC80.CRT" on the same folder of the executable or it can be installed by the redistributable package provided at "Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)" or "Microsoft Visual C++ 2005 Redistributable Package (x64)". The Visual C++ 2005 used to compile LuaBinaries has the Service Pack 1 applied. Add in the ExtraPuTTYBinaries executables the folder "Microsoft.VC80.CRT" to use it in systems that do not have the redistributable package installed ( it will not conflict with systems that have the package installed.) |
This task depends upon