Win32::OLE woes
From: Paulo Fierro (paulo_at_widecomputing.com+NOSPAM)
Date: 03/17/04
- Next message: Heiko Sippel: "DBI and Postgres problem: Undefined subroutine &DBD::Pg::db::_login called"
- Previous message: Andrew Westrate: "RFC: New Module Geo::MapProjection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Mar 2004 15:40:48 +0100
Hi,
Im currently trying to use a DLL written in C# from a Perl script. Im using
Apache as the web server on Win2k.
I have a Perl module (that runs fine from the command line) which uses the
Win32::OLE module like so:
my $com = Win32::OLE->new('Essence.Wrapper');
which works fine and Im able to use the object. However, when I try to do
this in a script running on the web server I get the following error:
Win32::OLE(0.1601) error 0x800401f3: "Invalid class string"
which is very strange, since the lines are identical.
Does anybody have any ideas as to what could be wrong? Do I have to register
the DLL explicitly with Apache? Any help is greatly appreciated.
Thanks in advance,
Paulo Fierro
- Next message: Heiko Sippel: "DBI and Postgres problem: Undefined subroutine &DBD::Pg::db::_login called"
- Previous message: Andrew Westrate: "RFC: New Module Geo::MapProjection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|