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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c1ec45b6400b44a2,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Jeff" Newsgroups: comp.lang.ada Subject: compiling RAPID 3.01 for .NET? Date: 19 Oct 2004 15:53:11 -0700 Organization: http://groups.google.com Message-ID: <1098226391.053191.293250@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 160.79.20.98 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1098226396 31359 127.0.0.1 (19 Oct 2004 22:53:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 19 Oct 2004 22:53:16 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=160.79.20.98; posting-account=Y99f8w0AAABfBNGZGMbQTUZkVfy1gWZJ Xref: g2news1.google.com comp.lang.ada:5478 Date: 2004-10-19T15:53:11-07:00 List-Id: Has anyone successfully compiled RAPID 3.01 using MGNAT for the Microsoft .NET Framework (v1.1 Redistributable, not 2.0beta1)? I'm getting that blasted error: C:\rapid-3.01\rapid.net>mgnatmake -I..\mcc_gui -I..\msil_peer -I..\lib -I..\rapid rapid mgnat -c -I./ -I..\mcc_gui -I..\msil_peer -Id:\rsrch\a#\msil2ada\result -I..\lib -I..\rapid -I- ..\msil_peer\mcc-common_dialogs.adb mcc-common_dialogs.adb:52:33: operator "+" not defined for type "Standard.String " mcc-common_dialogs.adb:52:33: use clause of MsSyst.String will fix mcc-common_dialogs.adb:63:56: operator "+" not defined for type "Standard.String " mcc-common_dialogs.adb:63:56: use clause of MsSyst.String will fix . . . Seems like the use clause doesn't "fix" it after all. I get a compilation error. Thanks, -Jeff