How to import lib .dll on aplication of scriptcase

Hi to all, somebody knows hot to import one extesion at proyect on scriptcase?.

Re: How to import lib .dll on aplication of scriptcase

where do you want to import? database? directory?

whats is protect? Other user cant see in a grid?

Explain more …

Re: How to import lib .dll on aplication of scriptcase

Hi,

I’ve added a php_mcrypt extension into php succesfully, I’ve tested a script .php from path …www est.php and works fine (encrypt and decrypt), but when I’ve added call encrypt functions into scriptcase event validate, scriptcase show: Fatal error: Call to undefined function mcrypt_…

Should I call an import command in my aplication, to scriptcase recognize the functions from php_mcrypt dll ?
Regards

Re: How to import lib .dll on aplication of scriptcase

i believe that if is a php extension, you can call whatever you want.

you can open the line that is getting this error, but i think that will be only a single call to that function with no error.

Re: How to import lib .dll on aplication of scriptcase

hi

well now I have a big trouble, for anything else, this enabled the lib.dll and mcrypt.dll,when I run show this error.

Call to undefined function mcrypt_ecb()

I have the line of php.ini uncomment php_mcrypt.ini
Find on tutorials and manuals set the libmcrypt.dll on C./windows, C:/windows/system32
the info.php dont show the mcrypt

Somebody can help to install and configure mcrypt ?

Regards