Manas
2012-12-12 17:18:39 UTC
Hi,
I'm using following
?
omniORB-4.1.5
Microsoft Visual Studio 2008, version 9.0.21022.8 RTM
?
Issue
=======
IDL
====
abstract valuetype A
{
? string name();
};
typedef sequence<A> ASeq;
IDL compilation is fine, but when I try to compile the generated stubs/skeleton, it doesn't compile.
It looks, the reason behined is it has generated a arry of 0 elements, which compiler doesn't like and it looks like is bug.
static CORBA::PR_valueMember _0RL_valuemember_A[] = {
?
};
?
It will be helpful to know if any one encountered this issue and resolved it .
?
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20121212/ff92da49/attachment.html>
I'm using following
?
omniORB-4.1.5
Microsoft Visual Studio 2008, version 9.0.21022.8 RTM
?
Issue
=======
IDL
====
abstract valuetype A
{
? string name();
};
typedef sequence<A> ASeq;
IDL compilation is fine, but when I try to compile the generated stubs/skeleton, it doesn't compile.
It looks, the reason behined is it has generated a arry of 0 elements, which compiler doesn't like and it looks like is bug.
static CORBA::PR_valueMember _0RL_valuemember_A[] = {
?
};
?
It will be helpful to know if any one encountered this issue and resolved it .
?
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20121212/ff92da49/attachment.html>