>From: "Tim Trimble" <[EMAIL PROTECTED]>

>I'm running into some strange behavior with my application.  For example,
>the following code is quite standard.  However, the StrLen statement works
>the first time, but the second time it is called for the same form field,
it
>causes a "just read directly from an unallocated chunk of memory" error.

At first glance, it would seem that the problem isn't with the code that's
in this function, but rather with the "txtP" pointer that you're passing
into it. What are you passing? Is it possible that this is a chunk of memory
that's being deallocated before the 2nd time you call the function?

  Doug Gordon


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to