This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
Steve; Thanks for the info. DW
#163389-
Classic Address Error
Message #163695
Steve; >> …coerce an odd char address to a short or long pointer. I think this is what I am doing, thanks for the explanation. DW
#163304-
Classic Address Error
Message #163694
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…