Re: Accessing a DLL on another server
Stefan Zschocke <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Organization | infoZoom |
| Message-ID | <[email protected]> |
Hi, if the DLL in question is a COM DLL it can be run on a remote machine using DCOM. The main difference of the client code between running locally or remotely are the arguments to CoCreateInstanceEx. Also, the component in question must be configured with with DCOM Configuration utility. Stefan http://www.jacoZoom.com -----Ursprüngliche Nachricht----- Von: Discussion of Java/Win32/COM integration with Jawin [mailto:[email protected]] Im Auftrag von Robert Hastings Gesendet: Donnerstag, 4. November 2004 17:57 An: [email protected] Betreff: Re: [JAWIN] Accessing a DLL on another server I don't think jawin has direct support for this, but you could use RMI or DCOM. Robert -----Original Message----- From: Discussion of Java/Win32/COM integration with Jawin [mailto:[email protected]] On Behalf Of SUBSCRIBE JAWIN tonymccallion Sent: Thursday, November 04, 2004 5:08 AM To: [email protected] Subject: [JAWIN] Accessing a DLL on another server Hi All, Is it possible to call a DLL (hosted on machine1) from another server (machine2) using jawin (newjawin) If so can you please tell me how this is done and OS each machine can be. Thanks in advance Tony