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,1b5a1e8589d6a2eb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: ich_bin_elvis@hotmail.com Newsgroups: comp.lang.ada Subject: Re: combine Ada with MS VS C++ Date: 12 Apr 2005 03:18:18 -0700 Organization: http://groups.google.com Message-ID: <1113301098.698761.56360@o13g2000cwo.googlegroups.com> References: <1110978291.469762.247330@g14g2000cwa.googlegroups.com> <1110984799.156059.248460@z14g2000cwz.googlegroups.com> <2174493.OUkCCUc36X@linux1.krischik.com> NNTP-Posting-Host: 158.36.33.108 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1113301104 31205 127.0.0.1 (12 Apr 2005 10:18:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 Apr 2005 10:18:24 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=158.36.33.108; posting-account=0aqxew0AAACkVywG-5LBKAoZkI4b4H_t Xref: g2news1.google.com comp.lang.ada:10385 Date: 2005-04-12T03:18:18-07:00 List-Id: Got the Checkbuffer function working. But when I add functions for angle(x1,y1,x2,y2) and distance(x1,y1,x2,y2). in ada that returns one double My program behaves strange. I get no errors but the program crashes somtimes when I click a button twice. why do I have to write checkbuffer@8 ? this is not an ordinal is it? do anyone have any articels on this subject? Or for ada usage in windows/visual studio?