Re: How to modify a program during execution...

2000-08-01 Thread Ken Krugler
At 12:00am -0700 00-07-29, Palm Developer Forum digest wrote: Subject: How to modify a program during execution... From: DIAMOND JEFF [EMAIL PROTECTED] Date: Fri, 28 Jul 2000 12:25:07 -0400 X-Message-Number: 40 I desire to modify data within the actual code of a program while it is executing. I

How to modify a program during execution...

2000-07-28 Thread DIAMOND JEFF
I desire to modify data within the actual code of a program while it is executing. I have two questions: (1) Will this generate an access violation? (2) Will the change persist, i.e., in the PalmOS, is code being executed in place or is it copied before being executed? Thanks! - Jeff -- For

Re: How to modify a program during execution...

2000-07-28 Thread Tom Zerucha
On Fri, Jul 28, 2000 at 12:25:07PM -0400, DIAMOND JEFF wrote: I desire to modify data within the actual code of a program while it is executing. I have two questions: (1) Will this generate an access violation? Not if you use DmSet or DmWrite... (2) Will the change persist, i.e., in