--- "J�lio_F�bio_de_O._Chagas" wrote: > > I�m working with dynamic forms (created on > the fly) with dynamic controls (created on > the fly). It is working well. When a > dynamic form call another dynamic form, it > work well to.
I think you are being too optimistic. ;-) > The problem is, when I remove all objects > from the dynamic form, erase and delete > this form, call FrmGotoForm(MainForm), > ande system draw this resource (MainForm > is a resource) I receive the message > bellow on the Emulator (the real device > halt with fatal error message): > > "MyApp just changed the emulated program > counter to 0x10C23F65. This address > is invalid because it�s not even." > See? You were being too optimistic! Your code appears to have trashed the stack, where the return address of some function is stored. __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
