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 -- Jonathan Johnson [EMAIL PROTECTED] REAL Software, Inc. _______________________________________________ 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>
