Hi! The program runs well when I grouped the all the file into one segment. However, after I divide this into multiple segment, some functions doesn't work. When the called function is in the same segment of the calling function, it works well. But, when the called function is in other segment of the calling function, it's stuck while running display message "bus error". What should we do? I think the program gets stuck when the function write to the pointer which is allocated in the other segment. Is there any problem when accesing the pointer which is allocated in the other segment using MemPtrNew? Please help me. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
