At 17:46 +0200 15/7/05, Waldek Hebisch wrote:
Peter N Lewis wrote"
With methods-always-virtual, if a method, GetObj, returns an object, and you call a method directly from the call to GetObj, gpc fails with an error.
Ie, obj.GetObj.Method( whatever ) fails.
The following should fix the problem:
Yes, that appears to correct the test case, I will check more thoroughly in Interarchy and let you know if I see any errors with this.
Thanks, Peter.