I did have that scenario in some structure elements - but when I manually deleted those elements and built I still got the errors. Almost as if theres still memory of the old struct data still in the project after the erroneus refcounted element was removed.
On 16/5/06 17:10, "Jonathan Johnson" <[EMAIL PROTECTED]> wrote: > > On May 16, 2006, at 11:06 AM, Dan Stenning wrote: > >> When building an app I got this : >> >> Runtime Error 4: Failed Assertion CGPPC.cpp 2051: >> Failure condition: not line.opA- >mtype.RefCounted() >> >> Any ideas? > > This would happen from a structure StringValue() method, where the > target endianness is not the endian specified (ie, requiring a swap). > The failure is that one type inside of the structure is a reference > counted type, not a type that belongs in a structure. This can > include classes or interfaces. > > Perhaps the compiler isn't catching one of the invalid types? > > HTH, > Jon > _______________________________________________ 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>
