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