COM+ component call with Perl

C

CB

Hi,
I would like to use a fonctionnality in a Com+ component (DLL create
with VB6) with Perl Script.

How to make to call the DLL functions with Perl command ?

Thanks
 
E

Eric Bohlman

(e-mail address removed) (CB) wrote in
Hi,
I would like to use a fonctionnality in a Com+ component (DLL create
with VB6) with Perl Script.

How to make to call the DLL functions with Perl command ?

use Win32::OLE;
 
C

CB

use Win32::OLE;
my $Ressources = Win32::OLE->GetActiveObject('prjProject.clsClass');
$Ressources->FunctionNameInClass($param1, $param2);

My function don't return a object. A string should be turned over by
my function. What is the problem ?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top