Discussion:
interoperable problem
Двукраев Д.С.
2010-05-28 09:58:51 UTC
Permalink
Hello. I have a problem, with integration MICO and JacORB..



I have JacORB server and MICO Client. When I try to receive a wstring from the server, I get windows runtime exception:-(



When I try to connect MICO client and MICO server, and receive a wstring from the server, I have the same problem.



May be a can use options ORBNativeWCS? bat I don't understand how.



Sorry for my eanglish...
Karel Gardas
2010-05-28 10:52:11 UTC
Permalink
Hello,

what do you see if you start your application from command-line and
modify the source code to enclose whole main into try/catch block with
catch catching all CORBA exception in this way:

catch (const CORBA::Exception& ex) {
cerr << ex._repoid() << endl;
}

Karel
Post by Двукраев Д.С.
Hello. I have a problem, with integration MICO and JacORB..
I have JacORB server and MICO Client. When I try to receive a wstring from the server, I get windows runtime exception:-(
When I try to connect MICO client and MICO server, and receive a wstring from the server, I have the same problem.
May be a can use options ORBNativeWCS? bat I don't understand how.
Sorry for my eanglish...
------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
Mico-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com

------------------------------------------------------------------------------
Loading...