[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re : Re: (FC-Devel) Welcome volunteers! Now what? and some Q forSami.
- To: freecase-devel@seul.org
- Subject: Re: Re : Re: (FC-Devel) Welcome volunteers! Now what? and some Q forSami.
- From: "Chris M. Moore +44 (0)1705 701701 ext 1999" <chris.m.moore@gecm.com>
- Date: Tue, 16 Feb 1999 10:36:34 +0000 (GMT)
- Autoforwarded: false
- Disclose-Recipients: prohibited
- Hop-Count: 2
- Importance: normal
- In-Reply-To: <199902152103.WAA12970@gmailint2.globalmail.net>
- Mr-Received: by mta ADVAX1.MUAS; Relayed; Tue, 16 Feb 1999 10:36:34 +0000
- Mr-Received: by mta ADVAX1; Relayed; Tue, 16 Feb 1999 10:36:34 +0000
- Mr-Received: by mta GCSCHM; Relayed; Tue, 16 Feb 1999 10:35:55 +0000
- Sender: owner-freecase-devel@freecase.seul.org
- Sensitivity: Company-Confidential
- Ua-Content-Id: 11D282A41E00
- X400-Mts-Identifier: [;6134361016021999/A03261/ADVAX1]
> Now I have splitted the file into manageable classes, the stuff is rejected
> by the MICO IDL compiler. The problem is that CORBA modules are mapped to C++
> 'struct' which can not be open twice. You can't have a class declaration
> enclose a struct definition followed be a new class declaration in the same
> module.
:(
> The alternative are :
> * change for a compiler that supports namespaces. This means less
> portability
egcs. I was looking at the cygnus site yesterday. Apparently their cygwin
project now has egcs 1.1.1 binaries for Win32. Ah, more software to install :)
> * change ORB.
:(
> * keep this single huge IDL file.
Easy if we use egcs (I think!).
> * change language generation (map to Java). Drawbacks ?
The Java 2 ORB is very basic from what (little) I've seen. There are other Java
ORBs about, although I have no idea where! Maybe a little too bleeding edge at
the moment?
Chris Moore