Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with CORBA servers adn clients

Status
Not open for further replies.

apostolchopov

Programmer
Jun 8, 2004
53
BG
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top