Re: [PHP] Com

2001-02-07 Thread Vora Vor

yes. it is all very clear to me now. however self-evident it appears to me
now, imagine my disconcertation when i was in ignorance!

this is so self-evident, it didn't need to be documented. Com shows up in
searches about launching external apps on the client, thus i was nefariously
misled by my eagerness and general enslavement to impending authorities.

vora


- Original Message -
From: "Jonathan Sharp" <[EMAIL PROTECTED]>
To: "Vora Vor" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 6:17 PM
Subject: RE: [PHP] Com


> Are you trying to access a Windows COM object on a Linux box?
>
> -codeboy
>
> > -Original Message-
> > From: Vora Vor [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, February 06, 2001 10:08 AM
> > To: php
> > Subject: [PHP] Com
> >
> >
> > "Fatal error: Cannot instantiate non-existent class: com in
> > /var/www/html/version2/file.php on line 8"
> > is the result of running the following code:
> >
> >  > $word=new COM("word.application") or die("Cannot start word");
> > print "Loaded word version ($word->Version)\n";
> > $word-visible =1 ;
> > ?>
> >
> > Why?
> >
> >
> >


-- 
PHP General 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]




[PHP] Com

2001-02-06 Thread Vora Vor

"Fatal error: Cannot instantiate non-existent class: com in 
/var/www/html/version2/file.php on line 8"
is the result of running the following code:

Version)\n"; 
$word-visible =1 ; 
?>

Why?