Is it possible to override (not overload) a property like .Byte(x) of the MemoryClass? I tried a subclass, Extends and the Assigns keyword and all combinations of them. No success: Byte(Extends self As MemoryBlock, offset As Integer, Assigns value As Integer)
Is this possible and how does the method signature for example of .Byte(x) looks like? What is the real problem: I need a MemoryBlock with a size of '0' within REALbasic 5.5.5. Using the NullMemoryBlock trick of Charles Yeomans who overrides the constructors works. However, if I call .Byte(0) incidentally on such a MemoryBlock, REALbasic (hard) crashes within its memoryGetByte framework method. _______________________________________________ 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>
