thank , the solution for the problem was change in the preferences in
Languaje Settings -> C/C++  Languaje -> change Reuse Strings for Pool
Strings,
Thank's = ;o)



"Matt Graham" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> R Luna wrote:
>
> > I declare a
> > static Char *DataRow ;
> > but the debugger say me "Inavalid Pointer"
> > I declare Gobal, Local , Array, Pointer etc....
> > but mi app say in debugger "Invalid Pointer" , the when i get the value
my
> > app down
>
> I usually get Invalid Pointer when my pointer == 0.
> Try:
> DataRow = "Hello";
> and see if it is set to hello after the line is executed.
>
> Matt
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to