Discussion:
[omniORB] Problems in executing first Hello Corba Application
Ekrem Karaman
2009-11-04 18:44:44 UTC
Permalink
Hello,

I have compiled my first Hello Corba Application successfully with visual c++ and omniORB.

But now I have problems in executing the server.exe and the client.exe.

When executing server.exe following error occurs: "System Exception"

When executing client.exe this error occurs: "This application has requested the Runtime to terminate it in an unusual way.
<WBR> Please contact the application?s support team for more information"

I am quite sure that the environment variables are set propperly.
There must be another error. Would be nice when somebody could help.

Cheers
Ekrem




DSL-Preisknaller: DSL-Komplettpakete schon f?r 16,99 Euro/mtl.!*
*http://produkte.web.de/go/02/* [http://produkte.web.de/go/02/]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20091104/593791f6/attachment.htm
Igor Lautar
2009-11-04 18:51:52 UTC
Permalink
Hi,
Post by Ekrem Karaman
When executing server.exe following error occurs: "System Exception"
When executing client.exe this error occurs: "This application has
requested the Runtime to terminate it in an unusual way. <WBR> Please
contact the application?s support team for more information"
I am quite sure that the environment variables are set propperly.
There must be another error. Would be nice when somebody could help.
Check VC runtime. Did you compile omniORB by yourself? If not, then check with
which version of VC has been compiled. See if you have the same runtime
libraries (service packs make things complicated here).

Also check if you compiled for the same runtime, multi-threaded dll/debug dll
etc. You can find this in project settings. It has to match to the one used by
omniORB (I think its multi-thread dll for omniORB, but not sure, check omniORB
readme).

Regards,
Igor

Loading...