Problem with mysql plugin... - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with mysql plugin... (
/showthread.php?tid=253394)
Problem with mysql plugin... -
Vvolk - 06.05.2011
I have epic problem: I have mysql plugin and I paste it to my server/plugins and libmmySQL.dll i paste to my server directory near samp-server and server.cfg... And i open cerver.cfg And write:
Код HTML:
plugins streamer sscanf mysql
and then i start samp-server and the is error like this:
PHP код:
The program can't start because MSVCR100.dll is missing from your computer.Try reinstalling the program to fix this problem.
Then i download MSVCR100.dll and put it to my server directory and then i start server again and now error like this:
PHP код:
The program can't start because MSVCP100.dll is missing from your computer.Try reinstalling the program to fix this problem.
I download MSVCP100.dll and put it to my server direcoty the is error:
Код HTML:
The procedure entry point _invalid_parameter_noinfo_noretutn could not be located in the dynamic link library MSVCR100.dll.
Please help me to get the solution of this probelm...
Re: Problem with mysql plugin... -
Mean - 06.05.2011
If you are using VS10, use VS9 plugin. Atleast that helped me.
Re: Problem with mysql plugin... -
Vvolk - 06.05.2011
Thank you very much! you helped my much.