MIDAS foreground program in Delphi connects to background application server
(1)SocketConnection:
As long as the front computer is installed with TCP/IP communication protocol, the corresponding SocketServer program must be scktsrvr.exe on the application server.
(2)DCOMConnection:
If the front computer system is Win95, you must install DCOM form Win95 (to download it from Microsoft website). If the system is Win98, Me, NT, etc., it already contains DCOM Library
(3) Corbaconnection:
Visic Broker, the Corba ORB file dedicated to Delphi, must be installed. The names of these files are: Orbpas.dll, cw3240mt.dllorb_r.dll. Please copy these files to the system directory of the foreground computer. The same Application
There is no need to install it on the server.
(4)WebConnection:
As long as the front computer is installed with TCP/IP protocol, it is necessary to install a set of Web Server on Application Server, and the httpsrvr.dll file must be installed in the Web Server virtual directory, and then the WebConnection property URL must be installed.
Just point to this virtual path.
Note: No matter what kind of Connection component is used, the Midas.dll file will be used, so when packaging, you must distribute it to the system directory of the foreground computer.