on 4/10/06 3:23 PM, Jonathan Johnson at [EMAIL PROTECTED] wrote: > > On Apr 10, 2006, at 2:08 PM, Chris Little wrote: > >> I downloaded 2006r2 today and when I build one of my projects with >> it I am >> getting the following compiler error: >> >> Runtime Error 4: Failed Assertion >> >> Location: Classes.cpp:1350 >> Failure Condition: typeDecl >> Failure Message: >> >> Any thoughts on what is being asserted so I can try to build a >> simpler test >> project? > > This was on the betas list earlier this morning. One or more classes > in your project is implementing an interface that doesn't exist. (Ie, > a class has "Foobarbaz" in the Interfaces list). Unfortunately, in > certain cases, this assertion happens instead of the nicer error > message. The bug has been fixed for the next release. > > Unfortunately I can't help narrow it down further than that at the > moment.
I was afraid of that. This project is full of interfaces. At least I know where to start. Chris _______________________________________________ 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>
