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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ade59281d0eea302 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e65g2000hsc.googlegroups.com!not-for-mail From: "andrew.carroll@okstate.edu" Newsgroups: comp.lang.ada Subject: Re: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW Date: 10 Apr 2007 19:49:36 -0700 Organization: http://groups.google.com Message-ID: <1176259776.630617.50120@e65g2000hsc.googlegroups.com> References: <1175494388.509572.267790@l77g2000hsb.googlegroups.com> NNTP-Posting-Host: 74.195.245.232 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176259776 26262 127.0.0.1 (11 Apr 2007 02:49:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 11 Apr 2007 02:49:36 +0000 (UTC) In-Reply-To: <1175494388.509572.267790@l77g2000hsb.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e65g2000hsc.googlegroups.com; posting-host=74.195.245.232; posting-account=Kq9unQ0AAADh_grEViI3JGqegXKDDjxt Xref: g2news1.google.com comp.lang.ada:14902 Date: 2007-04-10T19:49:36-07:00 List-Id: Well, aparently the my university has to be a GAP member to get the academic version. I don't know how long that will take even if the University would consider it. It has already taken to long for that matter (ha ha). I did adjust the dispatching version of the program to be "Ada95". At least I think I did. I went into the project properties within GPS and selected the checkbox labeled Ada95. Then I did a make clean and then recompiled/made all the files. I did find some compile errors and fixed those. I still get an error but it is different. It's now an access violation. I'll see what I can do with it now as far as debugging. I might see if there are any other Ada compiler vendors out there. If I am not mistaken AdaCore would be expensive; at least for a student. Other than that I guess my options are to not use dispatching or write it in some other language. Ugh! Andrew