Discussion:
[omniORB] omniORB420_vc10_rt.dll is missing
Sabuja...
2014-06-12 08:24:57 UTC
Permalink
Hi,

I am writing a sample client server application for learning purpose. The
library and software i am using are as below:

- VS2010 Express Edition 32bit
- Win7 32bit
- omniORB_4.2.0 32bit

I have created two applications Server and Client, and i want to
communicate between them. Now i am able to successfully compile the codes.

While running the server.exe, i am getting a popup as : "The program can't
start because omniORB420_vc10_rt.dll is missing from your computer. Try
reinstalling the program to fix this problem".

But the omniORB420_vc10_rt.dll is present
at C:\CORBA\omniORB420\bin\x86_win32. And also i have set
C:\CORBA\omniORB420\bin\x86_win32 in the PATH environment variable. I dont
know still why i am getting the dll issue. Need help here.

If i am copying the dlls to C:\CORBA\Server\Debug, then the issue is
resolved.

Could you please help me on this.

Thanks
Lokanath Nayak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140612/cd5d3a5e/attachment.html>
Urban Purkat
2014-06-12 08:47:40 UTC
Permalink
Hi,

Since it is an app for learning purposes I suggest that you simply put
the omniORB dlls in the directory where you have the exes. I guess this
is what you have already done (to C:\CORBA\Server\Debug).

If you need more "complicated" solution check this:
http://bit.ly/1lbK4la

Regards,
Urban
Post by Sabuja...
Hi,
I am writing a sample client server application for learning purpose.
- VS2010 Express Edition 32bit
- Win7 32bit
- omniORB_4.2.0 32bit
I have created two applications Server and Client, and i want to
communicate between them. Now i am able to successfully compile the codes.
While running the server.exe, i am getting a popup as : "The program
can't start because omniORB420_vc10_rt.dll is missing from your
computer. Try reinstalling the program to fix this problem".
But the omniORB420_vc10_rt.dll is present
at C:\CORBA\omniORB420\bin\x86_win32. And also i have set
C:\CORBA\omniORB420\bin\x86_win32 in the PATH environment variable. I
dont know still why i am getting the dll issue. Need help here.
If i am copying the dlls to C:\CORBA\Server\Debug, then the issue is
resolved.
Could you please help me on this.
Thanks
Lokanath Nayak
_______________________________________________
omniORB-list mailing list
omniORB-list at omniorb-support.com
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20140612/ee86e291/attachment.html>
Loading...