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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,869a3dfe4257254f X-Google-Attributes: gid103376,public From: Corey Ashford Subject: Re: Constraint Error. Why? Date: 1999/01/14 Message-ID: <369DA73D.4E2CBB64@rocketmail.com>#1/1 X-Deja-AN: 432468854 Content-Transfer-Encoding: 7bit References: <369BB766.CB18AAD2@stelnj.nojunk.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Rational Software Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-01-14T00:00:00+00:00 List-Id: Assuming you purchased Apex, you ought to contact Rational's technical support with the problem(s) you are having with the product. I'd suggest sending mail to support@rational.com. You might want to double check that the constraint_error is coming from that "if" statement instead of, say, the previous call to Winbase.Createfile. If it is the "if" statement, then I don't know what the problem is. The source code looks correct. If you are x86 assembler savvy, you might want to look at the disassembly of the "if" statement in the debugger to see if you can tell what's going wrong. Roga Danar wrote: > > The following code was compiled with Rational Apex Ada95 on WinNT. > > Before you ask. Yes, I have run it through the debugger but it has been no > help > at all. It just tell me: > ***************************************** > "Handle > => Could not find start address of "x25.write_to_port". > => > Cannot find frame for "x25.write_to_port" on call stack." > > ******************************************** [code deleted because my news server won't let post with so many quoted lines]