Re: orbit-idl-2 ... Anyone?



Hi!

On Thu, May 23, 2002 at 10:13:14PM +0200, Jan Vittrup Hansen wrote:

| Hi,
| 
|  Still strugling. Dang. Now I made a small example. I don't get it.
| Please anyone - have mercy! What can be at fault? Still running vicius
| scripts, still no outside lib pollution according to strace :(
| 
|   regards, Jan...
| 
| >cat hop.idl
| module test 
| {
|     struct leg
| 	{
| 		char hep[2];
|     };
| };
| 

This is not valid IDL.

You should use something like:

typedef array<char,2> CharArray2;

struct leg {
	CharArray2 hep;
};

	Best regards.
	diego.

-- 
Diego Sevilla Ruiz  http://ditec.um.es/~dsevilla  dsevilla@um.es  \    /\
Dpto. Ingeniería y Tecnología de Computadores http://ditec.um.es   )  ( ')
Visiting Extreme! Computing Lab       http://extreme.indiana.edu  (  /  )
Indiana University, Bloomington               http://www.iub.edu   \(__)|



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