[Plugin] [REL] FileManager 1.4 (24th of June 2012)

Is there a "NON SSL" version? I really need it, I hate those MSVCP and bla errors!
Fast!
Reply

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]#

Reply

does this works in samp 0.3.7?
Reply

Mirror link for this? Link is not working...
Reply

I can't get this to load on Win10... What are the requirements?
Reply

hummm where the link to download
Reply

Link - v. 1.5
Reply

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.
Reply

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)