samp-stdlib best version or branch to use
# support-forum
t
I am currently trying to convert my server to open-mp. While converting to open-mp should have been an easy task I also wanted to use sampctl and drop the traditional way. The guys have been really helpful in getting me started but there have been a lot of other issues; https://github.com/pawn-lang/samp-stdlib to use this I added
pawn-lang/samp-stdlib:0.3.7-R2-2-1
as dependency. Issues with this version are
Copy code
native print(const string[]);
Mini-Missions\dependencies\samp-stdlib\a_samp.inc.inc:57 (error) symbol already defined: "print"
Mini-Missions\dependencies\samp-stdlib\a_samp.inc.inc:58 (error) symbol already defined: "printf"
and loads of const correction warnings which were supposed to be fixed in this version So my question goes what is the best version I should use for this which doesn't have errors. Should I go with the
pawn-lang/samp-stdlib@consistency-overhaul
or does it comes with it's own issues? Other than converting the legacy code to new one; that I am willing to do but the errors inside the
samp-stdlib
halts my progress. And should I be even using an active branch, but then again I don't think a fixed release is going to be launched soon. As the project is huge overall and the devs are numbered. And yes any good practices anything I need to know; or should follow for my upgrade is welcomed. Just want to make sure that we are on the right path. Thank you
b
I think you need this version of it: https://github.com/pawn-lang/samp-stdlib/tree/consistency-overhaul so specify
consistency-overhaul
as the branch