CompuServe Messages

Classic Address Error

    13-Mar-94 13:43:43
Sb: #163304-Classic Address Error
Fm: Daniel Witmer 72754,1007
To: allen joslin 72632,2726
Allan; >> What types of things is your code doing when it gets Address errors? Accessing data in a structure whos memory was allocated via NewHandle(); If the structure had an odd offset; the Address Error occured. I reorganized my structures so that there would be no odd offsets, and the Errors were less frequent, but still present. >> It may be that you're not using the StripAddress call? If I am using NewHandle(), HLock(), HUnlock(); do I still need to use StripAddress() ? I'll give it a try thanks. DW