Gurminder Singh
2007-09-07 13:32:18 UTC
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/82e84c9b/attachment.htm
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/82e84c9b/attachment.htm