You could try using the PerlEz.dll, part of ActivePerl.  It allows you to 
easily create Perl interpreter from insider another
application.  Read `perldoc perlez` or on the web at e.g.

 

http://aspn.activestate.com/ASPN/docs/ActivePerl/5.10/Components/Windows/PerlEz.html

 

Cheers,

-Jan

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Daniel Burgaud
Sent: February 7, 2008 4:14 PM
To: Perl-Win32-Users
Subject: Question: DLL and Intra Process Communication methods

 

Hi,

I have a 3rd party application that does not have any TCP or any similar 
communication features to communicate
with other applications. It can however use DLL calls and with that, I was able 
to "fetch" webpages using wininet.dll.

Right now, I want this application to communicate with my Perl scripts. Any 
idea?
Can I create DLL files out of Perl Scripts such that this 3rd party application 
can call it
directly?

Personally, I am thinking of this 3rd party apps to communicate via TCP/Socks 
or similar methods.
I dont like using files: 3rd party apps cannot access files outside it's 
installed directory and perl
script do not know where these 3rd party apps are installed.

Maybe there is a built-in windows DLL (user32.dll, kernel32.dll etc.) that can 
be used to send/receive
TCP data that can communicate with perl?

Dan



_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to