<?
$mydll=COM("Classe.XXXX") or die("ERROR CALL DLL");
$array1=array(1,2,3);
$ret=$mydll->takeArray($array) // the error occurs here..
?>
Elias <[EMAIL PROTECTED]> escreveu nas notícias de
mensagem:[EMAIL PROTECTED]
> how can you call a dll from PHP/win ?
> "Luiz Fernando )" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I make a dll in Vb6 and it have a funcition that have a variable of type
> > VARIANT like parameter.
> > In the program php I call this dll and your method and send a array make
> in
> > php.
> > Occurs a error : Invoke Failed : "Occured a exception", but if I pass a
> > variable of type integer or string to other method of dll, it's OK.
> >
> > Thanks
> >
> > Luiz Fernando
> >
> >
> >
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]