Discussion:
[omniORB] omniidl.exe crash compiling Valuetype
Gurminder Singh
2007-09-07 13:51:19 UTC
Permalink
Hi All,



I am trying to compile the following idl file which has 2 valuetypes.





Test.idl





valuetype testval

{

private long idtype;

};



valuetype AdditionalItemsElement {



private long additionalItemsType;

factory create__( );

factory create__long(

in long arg0 );



};





The omniversion is omniORB4.1.0. omniidl compiler gives the following
errors. What i think is inheritance in valuetype is causing the problem.


Here is the env details.

Platfrom is window xp

Compiler is cl8 visual studio 2005.



This is the Error



omniidl: Fatal error in C++ backend

omniidl:

omniidl: An internal exception was caught



For more information (mailing list archives, bug reports etc.) please
visit

the webpage:



http://omniorb.sourceforge.net/



Please tell me if inheritance in valuetype is supported in this version.




Thanks

Gerry





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20070907/6b83d22e/attachment-0001.htm
Stefan Naewe
2007-09-07 14:01:35 UTC
Permalink
Post by Gurminder Singh
Hi All,
I am trying to compile the following idl file which has 2 valuetypes.
Test.idl
valuetype testval
{
private long idtype;
};
valuetype AdditionalItemsElement {
private long additionalItemsType;
factory create__( );
factory create__long(
in long arg0 );
};
The omniversion is omniORB4.1.0. omniidl compiler gives the following
errors. What i think is inheritance in valuetype is causing the problem.
Here is the env details.
Platfrom is window xp
Compiler is cl8 visual studio 2005.
This is the Error
omniidl: Fatal error in C++ backend
omniidl: An internal exception was caught
For more information (mailing list archives, bug reports etc.) please
visit
http://omniorb.sourceforge.net/
Please tell me if inheritance in valuetype is supported in this version.
Thanks
Gerry
I think it's enough now.
We got it.
No need to send this message again (in 11 minutes...)


S.
--
----------------------------------------------------------------------
Dipl.-Inform. Stefan Naewe ATLAS Elektronik GmbH
Dept.: NUS T4
phone: +49-(0)421-457-1378 Sebaldsbruecker Heerstr. 235
fax: +49-(0)421-457-3913 28305 Bremen
Loading...