> I am trying to load a Microsoft DLL via a Perl CGI script out of UNIX;
> I am trying to make use of a WEB page to access a specific DLL on the
> MS side. If any body knows how to load a MS COM DLL under these
> circumstances please could you give me an idea of how to get this
> working? I understand there is a Win32::OLE and Win32::API modules.
> Does this also work under UNIX?

I'm afraid you will have to run one script under unix and another 
under Windows. The Windows one will load the DLL and act as a server, 
the unix one will connect to the Windows one via socket()s, send the 
requests and get the results.

Another option might be to run the script using Windows perl in a 
windows emulation subsystem (Lindows or something). Can't help you 
with this though.

Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to