On Fri, February 3, 2006 2:06 pm, ganu ullu wrote:
> Hi
>
> I am getting error like that ..
>
> Fatal error: Uncaught exception 'com_exception' with message 'Error
> [0x80020003] Member not found. ' in c:\Inetpub\wwwroot\php\flix.php:14
> Stack
> trace: #0 c:\Inetpub\wwwroot\php\flix.php(14): unknown() #1 {main}
> thrown in
> c:\Inetpub\wwwroot\php\flix.php on line 14
>
> And I am running this line as on line :14
>
> // CREATE THE FLIX COM OBJECT
> $flix = new COM("Flix_COM.WF_FlixCOMEncoder") or die("Couldn't create
> the
> Flix_COM.WF_FlixCOMEncoder COM Component");
>
> Can some body help me , how to run this oblect and how to solve this
> error..

I don't know much about COM, but my read of this message would
indicate to me that Flix_COM doesn't have a WF_FlixCOMEncoder
definition in it.

Are you sure you spelled it correctly, and have the capitalization
correct (if it matters)?

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to