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,2a6096718add849c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!news.glorb.com!newsgate.cistron.nl!transit3.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Message-Id: <431f348c$0$11062$e4fe514c@news.xs4all.nl> From: Rob Veenker Subject: Re: SIGAda Workshop Newsgroups: comp.lang.ada Reply-To: veenker@xs4all.nl Date: Wed, 07 Sep 2005 20:42:20 +0200 References: <1125552455.845757.58370@g14g2000cwa.googlegroups.com> <4316edf4$0$24145$9b4e6d93@newsread4.arcor-online.net> <1125577839.160825.19560@z14g2000cwz.googlegroups.com> <43172019.7020203@obry.net> <431b6d49$0$11066$e4fe514c@news.xs4all.nl> <431BE203.1080202@obry.net> User-Agent: KNode/0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit NNTP-Posting-Host: 80.126.254.34 X-Trace: 1126118540 news.xs4all.nl 11062 [::ffff:80.126.254.34]:10028 X-Complaints-To: abuse@xs4all.nl Xref: g2news1.google.com comp.lang.ada:4505 Date: 2005-09-07T20:42:20+02:00 List-Id: Ok, I am not sure about the latest version of MGNAT. Maybe you will need to recompile the libraries (mgnat and mgnatcs in dll_include) using the cygwin environment. I asume the .Net compact framework (1.1) is already installed on the PDA... First you copy these files onto the PDA lets say in a directory called \program files\mgnat Next, create a file called mgnat.gac containing 2 lines: \program files\mgnat\mgnat.dll \program files\mgnat\mgnatcs.dll (You may want to add your own assembly) Now copy mgnat.gac onto the PDA in the \Windows directory. Once a .Net program is run that refers to mgnat(cs), the dll's will be registered into the gac on the PDA You may now create an Ada program i.e.: mgnatmake -compact hello.adb and copy and run it on the PDA That should do the trick. Regards, Rob Pascal Obry wrote: > Rob Veenker a �crit : >> The .Net compact framework indeed has limitations that also affect the A# >> runtime. A special monitor class was added to allow tasking to work with >> A# as well. >> I have successfully built applications for the .Net compact framework >> using A# and run on a PocketPC device (including the emulated device that >> comes with the Visual Studio :-) >> As I recall there was a problem with A# for the .Net compact framework >> regarding the reference to the right mscorlib for PocketPC. > > Ok, sounds interesting! Do you have more information to share? What is > the proper procedure to have A# code runing on a PocketPC ? > > Thanks, > Pascal. > -- regards, Rob Veenker