[Plugin] [REL] FileManager 1.4 (24th of June 2012) - 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: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] [REL] FileManager 1.4 (24th of June 2012) (
/showthread.php?tid=92246)
Re: [REL] FileManager 1.4 (24th of June 2012) -
ZombieNest - 11.09.2014
Is there a "NON SSL" version? I really need it, I hate those MSVCP and bla errors!
Fast!
Re: [REL] FileManager 1.4 (24th of June 2012) -
Mark_Weston - 23.10.2014
Can't compile this
Quote:
[root@host FileManager]# make
gcc -c -O3 -w -DLINUX -I../SDK/amx/ ../SDK/amx/*.c
g++ -c -O3 -w -DLINUX -I../SDK/amx/ ../SDK/*.cpp
g++ -c -O3 -w -DLINUX -I../SDK/amx/ ../PAWN/*.cpp
g++ -c -O3 -w -DLINUX -I../SDK/amx/ *.cpp
filemanager.cpp: In function 'cell n_dir_delete(AMX*, cell*)':
filemanager.cpp:229:14: error: 'rmdir' was not declared in this scope
if(rmdir(dir) != 0)
^
filemanager.cpp: In function 'cell n_f_open(AMX*, cell*)':
filemanager.cpp:314:31: error: cast from 'FILE* {aka _IO_FILE*}' to 'cell {aka int}' loses precision [-fpermissive]
return (cell)fopen(file, mode); // Return the file handle as a cell
^
filemanager.cpp: In function 'cell n_dir_open(AMX*, cell*)':
filemanager.cpp:337:35: error: cast from 'DIR* {aka __dirstream*}' to 'cell {aka int}' loses precision [-fpermissive]
if (dir != NULL) return (cell)dir;
^
make: *** [all] Error 1
[root@host FileManager]#
|
Edit Additional info:
Quote:
[root@host FileManager]# whereis gcc
gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc /usr/share/man/man1/gcc.1.gz
[root@host FileManager]# which gcc
/usr/bin/gcc
[root@host FileManager]# gcc --version
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
Copyright © 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[root@host FileManager]#
|
Quote:
[root@host FileManager]# cat /etc/*-release
CentOS Linux release 7.0.1406 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CentOS Linux release 7.0.1406 (Core)
CentOS Linux release 7.0.1406 (Core)
[root@host FileManager]#
|
Re: [REL] FileManager 1.4 (24th of June 2012) -
Suxi - 15.05.2015
does this works in samp 0.3.7?
Re: [REL] FileManager 1.4 (24th of June 2012) -
slipnkit - 26.04.2016
Mirror link for this? Link is not working...
Re: [REL] FileManager 1.4 (24th of June 2012) -
Crayder - 01.06.2016
I can't get this to load on Win10... What are the requirements?
Re: [REL] FileManager 1.4 (24th of June 2012) -
elhanan - 06.07.2016
hummm where the link to download
Re: [REL] FileManager 1.4 (24th of June 2012) -
Silicium - 06.07.2016
Link - v. 1.5
Re: AW: [REL] FileManager 1.2 -
mongi - 10.08.2017
I need help in this, I can't use the plugin as it results in some errors (In Local host), It says that i need some .dll (msvcp110, msvcr110) and i got them from dll-files.com but now it gives an other error (Entry point or something like that)
Just wanted to ask for the dll files and ty.
Re: AW: [REL] FileManager 1.2 -
JaTochNietDan - 10.08.2017
Quote:
Originally Posted by mongi
I need help in this, I can't use the plugin as it results in some errors (In Local host), It says that i need some .dll (msvcp110, msvcr110) and i got them from dll-files.com but now it gives an other error (Entry point or something like that)
Just wanted to ask for the dll files and ty.
|
Hi, please do not download DLL files from random websites in future, it can be dangerous as they can be custom compiled to include malicious functions which infect your machine with malware.
Please delete those files that you downloaded and instead download and install the official redistributable package from Microsoft:
https://www.microsoft.com/en-us/down....aspx?id=30679
You will need to install x86, even if you are running a 64-bit version of Windows.