Re: [PHP-WIN] Problem in funcition COM

2001-07-26 Thread Luiz Fernando \(Tuca\)
> 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

[PHP-WIN] Problem in funcition COM

2001-07-24 Thread Luiz Fernando \(Tuca\)
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]

[PHP-WIN] Re: Send array from php to dll make in vb 6

2001-07-19 Thread Luiz Fernando \(Tuca\)
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

[PHP-WIN] Send array from php to dll make in vb 6

2001-07-18 Thread Luiz Fernando \(Tuca\)
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