function onScriptLoad() { LoadModule("lu_GetFileList"); local list = GetFileList("Logs", "log"); for( local i = 0; i < list.len(); i++ ) { print(list[i]); }}
Thank you Thijn, but the "MSVCR110D.dll" is missing. Did you compile it as debug or release?
Quote from: Stoku on November 03, 2013, 08:31:06 pmThank you Thijn, but the "MSVCR110D.dll" is missing. Did you compile it as debug or release?MSVCR110D = MicroSoft Visual C++ Release 11 0DDownload: http://www.dll-files.com/msvcr110d.zip?0WKfS0YKfSPut "MSVCR110D.dll" in your Server dir.
Im not a great c++ programmer and I received errors when compiling a release build, if someone with a bit more knowledge of what they're doing can take a look. That would be nice.Fixed, Same link.
Thanks Thijn, but now it's missing MSVCR110.dll. It should be probably compiled with the same VC++ redist package as LU has, anyone could recompile it to work without additional thingies please?
Kinda late, but you shouldn't be downloading and using dll's from random sources.Quote from: Stoku on November 23, 2013, 04:54:13 pmThanks Thijn, but now it's missing MSVCR110.dll. It should be probably compiled with the same VC++ redist package as LU has, anyone could recompile it to work without additional thingies please?You need to install the VS2012 C++ redistributable package from http://www.microsoft.com/en-us/download/details.aspx?id=30679.
Thijn, but now it's missing MSVCR110.dll. It should be probably compiled with the same VC++ redist package as LU has, anyone could recompile it to work without additional thingies please?