I am trying to control a Matlab COM server object from
perl but am running into some problems.  When I try to
create the server object using the following code:

$matlab = Win32::OLE->new('Matlab.Application') or die
"Oops\n";

I get the error message: 

Win32::OLE(0.1008) error 0x80040111: "ClassFactory
cannot supply requested class"

Now the interesting thing is that if I try to launch
Word I can create the COM object successfully.  Also,
I am pretty sure that yesterday I was able to also
create the matlab COM server object successfully at
least once. In OLE/COM Object Viewer I also get a
similar error when I try to create an instance of
matlab:

CoGetClassObject failed.

Any help would be greatly appreciated.

Rich



                
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to