apostolchopov
Programmer
Hi, fellows!
I have some problems while trying to run a simple CORBA server and a simple CORBA client. Firstly, I run the OSAgent on my machine, then I try to start the CORBA server but, unfortunately, the following error message appeared: "One of the library files needed to run this application cannot be found: orbpas45.dll.". In fact there is such a file installed by Delphi during its setup.
(I tried several appoaches to solve this problem. I called LoadLibrary('orbpas45.dll') in the initialization section of the server and copied this DLL file in the directory of the server but the same error message appeared.)
Could you give me some hint on how to solve this problem?
Thank you in advance for your cooperation!
Regards!
I have some problems while trying to run a simple CORBA server and a simple CORBA client. Firstly, I run the OSAgent on my machine, then I try to start the CORBA server but, unfortunately, the following error message appeared: "One of the library files needed to run this application cannot be found: orbpas45.dll.". In fact there is such a file installed by Delphi during its setup.
(I tried several appoaches to solve this problem. I called LoadLibrary('orbpas45.dll') in the initialization section of the server and copied this DLL file in the directory of the server but the same error message appeared.)
Could you give me some hint on how to solve this problem?
Thank you in advance for your cooperation!
Regards!