From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5c1d89373343bef8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Unchecked_Conversion help needed Date: Wed, 22 Dec 2004 19:33:41 +0100 Organization: None Message-ID: <1751648.n8nPOOOENr@linux1.krischik.com> References: <1911458.3otSqa1tqp@linux1.krischik.com> Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1103740944 05 24592 WBXZrD9r2MXeR2 041222 18:42:24 X-Complaints-To: usenet-abuse@t-online.de X-ID: TtlaMOZGYe8+VmJbOiXVD0CzvYNCSEEoyJd8IMcSVL3M6lO4PcZTot User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:7180 Date: 2004-12-22T19:33:41+01:00 List-Id: Jerome Hugues wrote: > In article <1911458.3otSqa1tqp@linux1.krischik.com>, Martin Krischik > wrote: >> Coincidental I have started a little tutorial on how to use PolyORB: >> >> http://en.wikibooks.org/wiki/Programming:CORBA >> >> Well it is little and not yet finished but nevertheless it might be of >> intererest. > > Sure, but this is of high interrest, as there is few documentation on > CORBA/Ada ! When I found the wiki page "Programming:CORBA" it contained "so far so good". Yes, full 4 words. And since I am currently doing work with PolyORB I thougt: "That's a great opertunity to push some Ada" :-) . > Another interresting point with CORBA is comparing IDL > types and their counterpart in C++, Java or other language .. and to > see how elegant and simple the Ada mapping is ;) I constantly try to improve the page and I would be happy if you would look over it from time to time. When we are at it, I don't like the way the New_Echo method is implemented: http://en.wikibooks.org/wiki/Programming:CORBA#Ada_Implementation_2 According to the CORBA doc one should use create_reference to create a new object and I found a fitting function in PortableServer.POA but I could not get it to work. Any Ideas? With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com