> On Tue, Jul 24, 2001 at 11:49:04AM +0100, Luiz Fernando Tuca" wrote:
> > A take a sample of function COM.
> >
> > $word = new COM("word.application") or die("Unable to instanciate
Word");
> > print "Loaded Word, version {$word->Vers
A take a sample of function COM.
$word = new COM("word.application") or die("Unable to instanciate Word");
print "Loaded Word, version {$word->Version}\n";
$word->Visible = 1; // command that show window
$word->Documents->Add();
$word->Selection->TypeText("This is a test...");
$word->Documents[1]
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 an
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 meth