Hi. I'm using Falch.net. I have encountered a problem where the messages: "This program just changed the emulated program counter to 0x00000000. This address is invalid because it's not in a valid memory chunk".
This problem arises when the program reach: from formA: Char *IRate; IRate = DoubleToString(NULL, r_data.Inflation_Rate, 2); InsertTextValue(DoubleToString(NULL, r_data.Inflation_Rate, 0), txtInflation_Rate); It stops until the DoubleToString function. I have used the segmented method to differentiate the module. FormB and FormC are accessing the same FormA. The error message pop-up when FormC go to FormA whereas FormB to FormA should be alright. Does anybody roughly know what is the exactly root problem? Pls advise. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
