[SOLVED] Use `define SSCANF_NO_NICE_FEATURES`
# support-forum
i
Hi guys i have a problem when im trying to use sscanf in my samp project
But if i use
#define SSCANF_NO_NICE_FEATURES
in the top line after
<a_samp>
it just works fine.
Then if i running my server, it will get these errors.
d
Do not use SSCANF_NO_NICE_FEATURES and upgrade to latest compiler (github.com/pawn-lang/compiler/releases). It even literally says that in the error.
i
i have downloaded latest version, and when im trying to run pawncc.exe i get this error
f
You need the Microsoft Visual C++ Runtime libraries, x86. https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2010-vc-100-sp1-no-longer-supported I don't really know why the compiler is still built against such an old version because Microsoft says it's no longer supported.
i
Solved. Thanks bro, you saved my day
63 Views