Re: orbit-idl-2 ... Anyone?
- From: Diego Sevilla Ruiz <dsevilla ditec um es>
- To: Jan Vittrup Hansen <jan vittrup-hansen dk>
- Cc: orbit-list gnome org
- Subject: Re: orbit-idl-2 ... Anyone?
- Date: Thu, 23 May 2002 15:30:09 -0500
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]