Re: idl problems in orbitcpp 1.3.5



Xinfa Cai wrote:

I am new in orbitcpp and trying to learn it through the example. I made a small modifications to the helloworld.idl and could not make it work. Can anyone tell me where I did wrong?

There isn't anything wrong with your IDL. It is a bug in the compiler. The bug (along with a number of others) has already been fixed in CVS. You might want to try checking out a copy of orbitcpp from CVS and building that.

Thanks, Xinfa My idl file is like: // This gets prepended to all the repoids:
#pragma prefix "PhilDawes"
module hellomodule { interface Hello {
        string helloWorld(in string greeting);
  };
};
module hellomodule1 { interface Hello1 : hellomodule::Hello {
        string helloWorld1(in string greeting);
  };
};


--
Bowie Owens

CSIRO Mathematical & Information Sciences
phone  : +61 3 9545 8055
fax    : +61 3 9545 8080
mobile : 0425 729 875
email  : Bowie Owens csiro au






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]