On May 5, 2006, at 12:45 PM, [EMAIL PROTECTED] wrote:

On May 05, 2006, at 16:38 UTC, Kevin Windham wrote:

I ran this and got a Mac OS X error that the application had
unexpectedly quit.

Oh dear.  Details, please (e.g. version of RB and OS X)?

2006r2. OS X 10.4.6 800MHz G4 PB.

I launched the project in RB and turned off break on exceptions. Then I ran it. I got the Mac OS X error about the debug app unexpectedly quitting and no other applications were affected.

If I turn on break on exceptions, it breaks at

Protected Sub TestAppend(arr() As Object)
// Try to append to an upcast array (which we assume is really an array of dates).
->  arr.Append New Date

with OutOfBounds, then I continue and another at

Protected Sub TestInsert(arr() As Object)
// Try to insert into an upcast array (which we assume is really an array of dates).
->  arr.Insert 0, New Date


If I continue stepping I get to the MainWindow.RunTests function and it crashes on the second set of tests. Does this have to do with Quesa perhaps? These are RB3D tests?

Maybe that's the missing piece. Umm... (downloading and installing Quesa)

Install Quesa and it should work.

Kevin


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to