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,d840013973c0cadb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!border2.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!transit.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Message-Id: <418fcbed$0$36860$e4fe514c@news.xs4all.nl> From: Rob Veenker Subject: Re: some questons about A# Newsgroups: comp.lang.ada Reply-To: veenker@xs4all.nl Date: Mon, 08 Nov 2004 20:41:33 +0100 References: User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit NNTP-Posting-Date: 08 Nov 2004 20:41:33 CET NNTP-Posting-Host: 80.126.254.34 X-Trace: 1099942893 news.xs4all.nl 36860 [::ffff:80.126.254.34]:12759 X-Complaints-To: abuse@xs4all.nl Xref: g2news1.google.com comp.lang.ada:6053 Date: 2004-11-08T20:41:33+01:00 List-Id: A# lets you compile your Ada programs into MSIL assemblies. You can call the Ada routines from any .Net application (and visa versa). I have created C# Gui's that call the assemblies built by mgnat. It is even possible to deploy A# on the PDA as long as it supports .Net compact framework :-) All you need are the mgnat runtime dll's (mgnat.dll and mgnatcs.dll) and register them in the global assembly cache and your own A# library or program and you're off. Szymon Guz wrote: > Hi, > does anyone have some experience with using A# under Windows ? Is it > really worth using it ? And maybe anyone did sth like creating a gui in > e.g. SharpDevelop, and compiling it as a library and then using in an A# > program ? Or maybe there is another way to use A# and have a nice gui. ? > > regards > Szymon Guz -- regards, Rob Veenker