sscanf plugin load problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: sscanf plugin load problem (
/showthread.php?tid=331349)
sscanf plugin load problem -
GeorgeBrown - 04.04.2012
i'm getting error while loading sscanf plugin. it says that msvcr100.dll is missing. I installed "Microsoft Visual Studio Redistributable Package" as it was explained in official topic.
I have checked and have everything configured correctly. sscanf.dll is in plugins folder(!), also included in gamemode and defined in config.
P.S. I'm running Windows 7 (x64).
Re: sscanf plugin load problem -
Rob_Maate - 04.04.2012
You need the C++ Runtime files.
x86 (32 bit)
http://www.microsoft.com/download/en...s.aspx?id=5555
x64 (64 bit)
http://www.microsoft.com/download/en....aspx?id=14632
Re: sscanf plugin load problem -
GeorgeBrown - 04.04.2012
Quote:
Originally Posted by Rob_Maate
|
I have already installed it and there is msvcr100.dll in C:\Windows\System32 but i still get error.
Re: sscanf plugin load problem -
GeorgeBrown - 04.04.2012
i copied msvcr100.dll to C:\Windows\SysWOW64 and no errors anymore but loadnig sscanf fails again. i installed nativechecker plugin.
" Error: Function not registered: 'sscanf' "
anyone help?
Respuesta: sscanf plugin load problem -
Chris1337 - 04.04.2012
http://www.dll-download-system.com/h...l/details.html
DOWNLOAD FILE and put it on windows/system folder
Re: sscanf plugin load problem -
GeorgeBrown - 05.04.2012
I have installed Microsoft Visual C++ 2010 Redistributable Package, not individual .dll files.
Re: sscanf plugin load problem -
GeorgeBrown - 05.04.2012
bump ^